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