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