import type { ItemOption, SelectValue, SelectProps } from '../Select.types'; export declare const hasOuterValue: (value: SelectProps["value"] | null | undefined) => value is SelectValue; //# sourceMappingURL=hasOuterValue.d.ts.map