import type { SelectProps, Option, Options, Value } from '../types'; export declare function normalizeOptions(options: Options): Value; export declare const expandValue: (value: Option, props: Partial) => Option;