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