import { BaseStyle } from '../BaseStyle'; /** * DropdownStyle class represents the styles for popover. It extends BaseStyle. * * @property {string} boxShadow - boxshadow for popover. * @extends {BaseStyle} */ export declare class DropdownStyle extends BaseStyle { activeTextFont?: string; activeTextColor?: string; arrowIconTint?: string; textFont?: string; textColor?: string; optionBackground?: string; hoverTextFont?: string; hoverTextColor?: string; hoverTextBackground?: string; optionHoverBorder?: string; optionHoverBorderRadius?: string; optionBorder?: string; optionBorderRadius?: string; constructor(props: Partial); } //# sourceMappingURL=DropdownStyle.d.ts.map