export interface CommandPaletteSectionTheme {
    base: string;
    first: string;
}
export declare const commandPaletteSectionTheme: CommandPaletteSectionTheme;
export declare const cssVarsCommandPaletteSectionTheme: CommandPaletteSectionTheme;
