export declare class CancellationSetting { isCustom: boolean; cancellationPeriod: string; customHours: number; }