import type { Components, JSX } from "../types/components"; interface RuxIconLaptopWindows extends Components.RuxIconLaptopWindows, HTMLElement {} export const RuxIconLaptopWindows: { prototype: RuxIconLaptopWindows; new (): RuxIconLaptopWindows; };