import { CustomComponentsType } from "../types"; declare const useGetCustomComponents: ({ hideDropdownIndicator, multiSelectType, component, valueRenderType, }: CustomComponentsType) => { customComponents: { Option: typeof import("../components/Option").default | import("react").ComponentType>>; Group?: import("react").ComponentType>>; ClearIndicator: typeof import("../components/ClearButton").default | import("react").ComponentType>>; Control?: import("react").ComponentType>>; DropdownIndicator: typeof import("../components/DropdownIndicator").default | 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 import("../components/LoadingIndicator").default | 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>>; }; styles: any; }; export default useGetCustomComponents; //# sourceMappingURL=useGetCustomComponents.d.ts.map