import { BaseStyle } from '../BaseStyle'; /** * ButtonGroupStyle class defines the style properties for date. * * @property {string} textFont - The font style for the text. * @property {string} textColor - The text color for the text. * * @extends {BaseStyle} */ export declare class ButtonGroupStyle extends BaseStyle { iconTint?: string; buttonTextFont?: string; buttonTextColor?: string; buttonBorder?: string; buttonBorderRadius?: string; buttonBackground?: string; activeButtonBackground?: string; activeButtonBorder?: string; activeButtonBorderRadius?: string; activeButtonTextFont?: string; activeButtonBoxShadow?: string; activeButtonTextColor?: string; buttonSeparatorColor?: string; constructor(props: Partial); } //# sourceMappingURL=ButtonGroupStyle.d.ts.map