export interface KbdTheme {
    /** CSS class applied to the root keyboard shortcut container. */
    base: string;
    /** CSS class applied to each key chip within the shortcut. */
    chip: string;
}
export declare const kbdTheme: KbdTheme;
