import type { Components, JSX } from "../types/components"; interface RuxIconUndo extends Components.RuxIconUndo, HTMLElement {} export const RuxIconUndo: { prototype: RuxIconUndo; new (): RuxIconUndo; };