import { type FormExpanded, type FormSection } from '../types'; export declare function isSectionExpanded(section: FormSection, isFormExpanded: FormExpanded): FormExpanded; //# sourceMappingURL=form-page-utils.d.ts.map