/// <reference types="react" />
import { DateConstraintKey } from './types';
export interface FixedValueDateFieldProps {
    constraint: DateConstraintKey;
}
declare const FixedValueDateField: React.FC<FixedValueDateFieldProps>;
export default FixedValueDateField;
