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