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