import type { OnPressRemove } from '../../types'; import type { UseMultiSelectProps } from './multi-select.types'; export declare const useMultiSelect: ({ selectedOptions, widthThreshold, widthOffset, }: UseMultiSelectProps) => { calculatedOptionWidth: number; onPressRemove: OnPressRemove; disabled: boolean | undefined; isSearchable: boolean; multiSelectedCustomStyles: { container?: import("react-native").StyleProp; text?: import("react-native").StyleProp; pressed?: import("react-native").StyleProp; } | undefined; }; //# sourceMappingURL=multi-select.hooks.d.ts.map