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