import { ScheduleTheme } from "../utils/models";
export declare const googleColors: {
    greyGridline: string;
    greyTimeLabel: string;
    greyDayLabel: string;
    blue: string;
    red: string;
    yellow: string;
    purple: string;
    green: string;
    indigo: string;
    pink: string;
    lavender: string;
    orange: string;
    brown: string;
};
export declare const googleTheme: ScheduleTheme;
