/** * Constants for the Select component */ export declare const SelectConstants: { BASE_CLASSNAME: string; DOTS: string; OPEN_CLASSNAME: string; UP_CLASSNAME: string; HEIGHT_OFFSET: number; };