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