///
import type { TextInput } from 'react-native';
export declare const useSelectInput: () => {
disabled: boolean | undefined;
multiple: boolean | undefined;
placeholderTextColor: string | undefined;
searchValue: string | null;
onPressSelectControl: import("../../types").OnPressSelectControlType;
selectInputProps: Omit | undefined;
textCustomStyles: import("react-native").StyleProp;
searchInputRef: import("react").RefObject;
resolvedPlaceholder: string | undefined;
onChangeText: (payload: string) => void;
};
//# sourceMappingURL=select-input.hooks.d.ts.map