import { BaseStyle } from "../BaseStyle"; export declare class SingleSelectStyle extends BaseStyle { textFont: string; textColor: string; optionBackground: string; optionBorder: string; optionBorderRadius: string; hoverTextFont: string; hoverTextColor: string; hoverTextBackground: string; activeTextBackground: string; activeTextColor: string; activeTextFont: string; constructor(props: Partial); } //# sourceMappingURL=SingleSelectStyle.d.ts.map