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