import type { NeoDateTimeProps } from './neo-date-time.model.js';
declare const NeoDateTime: import("svelte").Component<NeoDateTimeProps, {}, "ref" | "value" | "valid" | "touched" | "dirty" | "focused" | "hovered" | "focusin" | "validationRef" | "containerRef" | "labelRef">;
type NeoDateTime = ReturnType<typeof NeoDateTime>;
export default NeoDateTime;
