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