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