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