import type { Error } from './'; import { type Format } from '../date'; declare const DateInput: import("svelte").Component<{ big?: boolean; value?: string; label?: string; icon?: string; required?: boolean; errors?: Error[]; field?: string; format?: Format; }, {}, "value">; export default DateInput;