import { type CollapsibleProps } from "https://deno.land/x/fathym_atomic@v0.0.168/src/molecules/Collapsible.tsx";
definition: { title: string; children?: ComponentChildren; isOpenDefault?: boolean; } & Omit<JSX.HTMLAttributes<HTMLDivElement>, "title">