export interface KbdTheme {
    base: string;
    chip: string;
}
export declare const kbdTheme: KbdTheme;
export declare const legacyKbdTheme: KbdTheme;
