import type { DateInputProps } from './DateInput';
/**
 * The touch surface. Takes `DateInput`'s props verbatim; see
 * {@link DateInput} for when it is chosen over the desktop control.
 */
export declare function TouchDateField({ label, isLabelHidden, description, isOptional, isRequired, isDisabled, disabledMessage, value, onChange, changeAction, isLoading, min, max, dateConstraints, placeholder: placeholderFromProps, size: sizeProp, status, statusVariant, labelTooltip, hasClear, numberOfMonths: _numberOfMonths, weekStartsOn: weekStartsOnProp, format, width, xstyle, className, style, ref, ...rest }: DateInputProps): import("react").JSX.Element;
export declare namespace TouchDateField {
    var displayName: string;
}
//# sourceMappingURL=TouchDateField.d.ts.map