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