import { ExpandableSectionProps } from './interfaces';
declare const ExpandableSection: ({ expanded: controlledExpanded, defaultExpanded, onChange, variant, children, header, disableContentPaddings, ...rest }: ExpandableSectionProps) => JSX.Element;
export { ExpandableSectionProps };
export default ExpandableSection;
