/** * IconStyle class represents the styles for popover. It extends BaseStyle. * * @property {string} boxShadow - boxshadow for popover. * @extends {BaseStyle} */ export declare class IconStyle { iconTint?: string; height?: string; width?: string; constructor(props: Partial); } //# sourceMappingURL=IconStyle.d.ts.map