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