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