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