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