export interface CommandPaletteItemTheme {
    base: string;
    active: string;
    clickable: string;
}
export declare const commandPaletteItemTheme: CommandPaletteItemTheme;
export declare const cssVarsCommandPaletteItemTheme: CommandPaletteItemTheme;
