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