export declare const ALL_DAY = 7;
export declare const ALL_HOURS = 24;
export declare const HALF_HOURS_SLOT = 48;
export declare const ONE_HOURS = 60;
export declare const DISPLAY_DAY_MAP: Record<number, string>;
export declare const getLanguageConfig: (lang: string) => {
    DISPLAY_DAY_MAP: {
        0: string;
        1: string;
        2: string;
        3: string;
        4: string;
        5: string;
        6: string;
    };
    forenoon: string;
    afternoon: string;
    header: string;
};
