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