import type { Components, JSX } from "../types/components"; interface MiKeyboard extends Components.MiKeyboard, HTMLElement {} export const MiKeyboard: { prototype: MiKeyboard; new (): MiKeyboard; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;