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