import { BaseStyle } from "../../Styles/BaseStyle"; /** * LoaderStyle class represents the styles for popover. It extends BaseStyle. * * @property {string} boxShadow - boxshadow for popover. * @extends {BaseStyle} */ export declare class CalendarStyle extends BaseStyle { dateTextFont?: string; dateTextColor?: string; dayTextFont?: string; dayTextColor?: string; monthYearTextFont?: string; monthYearTextColor?: string; disabledDateTextFont?: string; /****added by Mathews ***/ disabledDateTextBackground?: string; defaultDateTextBackground?: string; disabledDateTextColor?: string; titleTextFont?: string; titleTextColor?: string; timezoneTextFont?: string; timezoneTextColor?: string; arrowButtonTextFont?: string; arrowButtonTextColor?: string; constructor(props: Partial); } //# sourceMappingURL=CalendarStyle.d.ts.map