import type { Components, JSX } from "../types/components"; interface RuxIconDonutLarge extends Components.RuxIconDonutLarge, HTMLElement {} export const RuxIconDonutLarge: { prototype: RuxIconDonutLarge; new (): RuxIconDonutLarge; };