import type { Components, JSX } from "../types/components"; interface RuxIconClear extends Components.RuxIconClear, HTMLElement {} export const RuxIconClear: { prototype: RuxIconClear; new (): RuxIconClear; };