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

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