import { ReactNode } from 'react'; export declare function AcmExpandableSection(props: { label: string; children: ReactNode; summary?: string; expanded?: boolean; hidden?: boolean; }): JSX.Element;