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