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