import type { OptionType, SectionOptionType } from '../types'; export declare const getReducedSectionData: (data: SectionOptionType[]) => OptionType[]; //# sourceMappingURL=get-reduced-section-data.d.ts.map