import type { Option, Selection } from '../../types'; declare const getSingleSelection: (selectedOption: Option | null) => Selection; export default getSingleSelection; //# sourceMappingURL=get-single-selection.d.ts.map