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