import { FC } from 'react'; declare type Props = { className?: string; openClassName?: string; title: string; isSmall?: boolean; }; export declare const Accordion: FC; export {};