import type { Components, JSX } from "../types/components";

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