export interface KbdTheme { root: { base: string; icon: string; }; } export declare const kbdTheme: KbdTheme; //# sourceMappingURL=theme.d.ts.map