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