import type { State } from '../state'; import type { SectionOptionType } from '../types'; type Props = { data: SectionOptionType[]; scrollToSelectedOption?: boolean; } & Pick, 'selectedOption'>; export declare const getSectionLocation: ({ data, selectedOption, scrollToSelectedOption, }: Props) => { sectionIndex: number; itemIndex: number; }; export {}; //# sourceMappingURL=get-section-location.d.ts.map