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