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