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