export declare type SelectValueType = string | number | Record; export declare type SelectOptionValueType = string | number | Record | Array;