import { FunctionComponent, PropsWithChildren } from 'react'; interface CustomExpandableSectionProps extends PropsWithChildren { groupName: string; isGroupExpanded?: boolean; } export declare const CustomExpandableSection: FunctionComponent; export {}; //# sourceMappingURL=CustomExpandableSection.d.ts.map