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