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