import { BaseStyle } from "../../Styles/BaseStyle"; export declare class TimeSlotStyle extends BaseStyle { titleTextFont?: string; titleTextColor?: string; dateTextFont?: string; dateTextColor?: string; slotTextFont?: string; slotTextColor?: string; emptySlotTextFont?: string; emptySlotTextColor?: string; slotBackground?: string; slotBorder?: string; slotBorderRadius?: string; timezoneTextFont?: string; timezoneTextColor?: string; emptySlotIconTint?: string; calendarIconTint?: string; seperatorTint?: string; timezoneIconTint?: string; constructor(props: Partial); } //# sourceMappingURL=TimeSlotStyle.d.ts.map