import React from 'react'; import type { AccordionProps } from './types'; export declare function Accordion(props: React.PropsWithChildren): React.JSX.Element;