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