export declare const useSelectFieldType: () => { multiple: boolean | undefined; searchValue: string | null; selectedOptionLabel: string; selectedOptions: import("../..").OptionType[] | null; isSearchable: boolean; separatedMultiple: boolean | undefined; }; //# sourceMappingURL=select-field-type.hooks.d.ts.map