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