import type { BuiltinPanelModule } from "./types"; export declare const appearanceSettingsCategory: { id: string; name: { en: string; pl: string; }; icon: string; view: "appearance"; grant: string; grantScope: "global"; settings: { key: string; label: { en: string; pl: string; }; type: "text"; description: { en: string; pl: string; }; defaultValue: string; }[]; }; export declare const appearancePanel: BuiltinPanelModule; //# sourceMappingURL=appearance.d.ts.map