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