import { PropsWithChildren } from "react"; type AccordionProps = PropsWithChildren<{ title: string; storageKey: string; }>; export declare function Accordion({ title, children, storageKey }: AccordionProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=accordion.d.ts.map