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