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