export declare const classes: { 'theme-blue': string; 'theme-green': string; 'theme-red': string; 'theme-yellow': string; 'theme-purple': string; 'theme-cyan': string; 'theme-grey': string; 'bg-blue': string; 'bg-green': string; 'bg-red': string; 'bg-yellow': string; 'bg-purple': string; 'bg-cyan': string; 'bg-grey': string; 'bg-white': string; 'mark-blue': string; 'mark-green': string; 'mark-red': string; 'mark-yellow': string; 'mark-purple': string; 'mark-cyan': string; 'mark-grey': string; };