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