export interface CommandPaletteInputTheme {
    base: string;
    input: string;
    icon: string;
}
export declare const commandPaletteInputTheme: CommandPaletteInputTheme;
export declare const cssVarsCommandPaletteInputTheme: CommandPaletteInputTheme;
