import { ScheduleTheme } from "../utils/models";
export declare const appleColors: {
    greyBlackLabel: string;
    greyLabel: string;
    greyGridline: string;
    blue: string;
    red: string;
    orange: string;
    yellow: string;
    green: string;
    purple: string;
    brown: string;
};
export declare const appleTheme: ScheduleTheme;
