import CustomClearButton from "./components/ClearButton"; import CustomDropdownIndicator from "./components/DropdownIndicator"; import CustomLoadingIndicator from "./components/LoadingIndicator"; import CustomRenderedOption from "./components/Option"; import { CustomComponentsType } from "./types"; export declare function getStyles(multiSelectType: any): any; export declare function getCustomComponents({ hideDropdownIndicator, multiSelectType, component, valueRenderType, }: CustomComponentsType): { Option: typeof CustomRenderedOption | import("react").ComponentType>>; Group?: import("react").ComponentType>>; ClearIndicator: typeof CustomClearButton | import("react").ComponentType>>; Control?: import("react").ComponentType>>; DropdownIndicator: typeof CustomDropdownIndicator | import("react").ComponentType>>; DownChevron?: import("react").ComponentType; CrossIcon?: import("react").ComponentType; GroupHeading?: import("react").ComponentType>>; IndicatorsContainer?: import("react").ComponentType>>; IndicatorSeparator?: import("react").ComponentType>>; Input?: import("react").ComponentType>>; LoadingIndicator: typeof CustomLoadingIndicator | import("react").ComponentType>>; Menu?: import("react").ComponentType>>; MenuList?: import("react").ComponentType>>; MenuPortal?: import("react").ComponentType>>; LoadingMessage?: import("react").ComponentType>>; NoOptionsMessage?: import("react").ComponentType>>; MultiValue?: import("react").ComponentType>>; MultiValueContainer?: import("react").ComponentType>>; MultiValueLabel?: import("react").ComponentType>>; MultiValueRemove?: import("react").ComponentType>>; Placeholder?: import("react").ComponentType>>; SelectContainer?: import("react").ComponentType>>; SingleValue?: import("react").ComponentType>>; ValueContainer?: import("react").ComponentType>>; }; export declare const getValueObjectFromOptionsByValueString: (valueString: any, selectOptions: any) => any; export declare const getValueObject: (value: any, options: any, selectType: any) => any; export declare const getSafeValue: (value: any, options: any, isMulti: any, selectType?: string) => any; export declare const getSafeInputValue: (value: any, inputValue: any, valueRenderType: any) => string; export declare const isBrowser: () => boolean; //# sourceMappingURL=logic.d.ts.map