import type { BuiltinPanelModule } from "./types"; export declare const generalSettingsCategory: { id: string; name: { en: string; pl: string; }; icon: string; settings: { key: string; label: { en: string; pl: string; }; type: "select"; description: { en: string; pl: string; }; options: { label: string; value: string; }[]; defaultValue: string; }[]; }; export declare const generalPanel: BuiltinPanelModule; //# sourceMappingURL=general.d.ts.map