import type { BuiltinPanelModule } from "./types"; export declare const keyboardSettingsCategory: { id: string; name: { en: string; pl: string; }; icon: string; settings: ({ key: string; label: { en: string; pl: string; }; type: "toggle"; description: { en: string; pl: string; }; defaultValue: string; options?: undefined; } | { key: string; label: { en: string; pl: string; }; type: "select"; description: { en: string; pl: string; }; options: { label: { en: string; pl: string; }; value: string; }[]; defaultValue: string; })[]; }; export declare const keyboardPanel: BuiltinPanelModule; //# sourceMappingURL=keyboard.d.ts.map