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