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