import { FC } from 'react'; import { AccordionContentInterface } from './accordion.types'; export declare const AccordionContent: FC;