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