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