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