interface IPageFormExpandableSectionProps { children: React.ReactNode; singleColumn?: boolean; } export declare function PageFormExpandableSection(props: IPageFormExpandableSectionProps): import("react/jsx-runtime").JSX.Element; export {};