export type KeyboardOptions = { layout: string; keymap: string | null; model: string | null; variant: string | null; options: Array; };