import { ExpandableSectionProps } from './interfaces'; export { ExpandableSectionProps }; export default function ExpandableSection({ variant, ...props }: ExpandableSectionProps): JSX.Element;