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