import type { GroupBase, LoadingIndicatorProps } from "react-select"; import type { OptionMinimal } from "./Select.types"; export declare const SelectLoadingIndicator: = GroupBase>(props: LoadingIndicatorProps) => import("react").JSX.Element;