import type { OptionType, SectionOptionType } from '../types'; type IsSectionSelected = { title: string; selectedOptions: OptionType[]; sectionData: SectionOptionType[]; }; export declare const isSectionSelected: ({ title, selectedOptions, sectionData, }: IsSectionSelected) => boolean; export {}; //# sourceMappingURL=is-section-selected.d.ts.map