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