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