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