import { CommonPropsAndClassName } from "react-select"; import { IGroupBase } from "./Combobox.types"; export declare const cleanCommonProps: (props: Partial>> & AdditionalProps) => Omit>>;