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