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