export type AccordionProps = { title: string; id: string; children: React.ReactNode; style?: React.CSSProperties; open?: boolean; isEmphazed?: boolean; }; export declare const Accordion: ({ title, id, style, children, open, isEmphazed, }: AccordionProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Accordion.component.d.ts.map