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