import { default as React } from 'react'; export declare const DateInput: React.ForwardRefExoticComponent & Omit, "children" | "defaultValue" | "max" | "min" | "type" | "value"> & import('../../utilities/types.js').DataTestAutoId & { value?: string; defaultValue?: string; min?: string | number; max?: string | number; } & React.RefAttributes>;