import type { DateFieldProps } from './types';
declare const DateField: import("svelte").Component<DateFieldProps, {}, "value">;
type DateField = ReturnType<typeof DateField>;
export default DateField;
