export declare const useSelectText: () => { placeholderText: string | undefined; placeholderTextColor: string | undefined; selectTextProps: Omit | undefined; multiple: boolean | undefined; textCustomStyles: import("react-native/types").StyleProp; }; //# sourceMappingURL=select-text.hooks.d.ts.map