import type { Components, JSX } from "../../types/components";

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