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