import { WithStyle } from '@medly-components/utils'; import type { FC } from 'react'; import { AccordionProps, StaticProps } from './types'; export declare const Accordion: FC & StaticProps & WithStyle;