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