import * as React from 'react'; import { IExpandableSectionProps } from './ExpandableSection.types'; declare const ExpandableSection: React.FC; export default ExpandableSection;