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