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