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