export declare const themes: (theme: 'white' | 'black' | 'yellow' | 'whiteStroke' | 'blackStroke', backgroundOverride?: string, groupName?: string) => string;
