import React from 'react';
import { IInputDateStandAlone } from './types/inputDate';
export declare const InputDateStandAloneComponent: ({ dataTestId, maxDate, ...props }: IInputDateStandAlone, ref: React.ForwardedRef<HTMLInputElement | undefined>) => React.JSX.Element;
export declare const InputDateStandAlone: React.ForwardRefExoticComponent<IInputDateStandAlone & React.RefAttributes<HTMLInputElement | undefined>>;
