export declare const colors: {
    day: {
        text: string;
        disabledText: string;
        selected: string;
    };
};
