import { DateConstraintKey } from './types'; export interface FixedValueDateFieldProps { constraint: DateConstraintKey; } declare const FixedValueDateField: React.FC; export default FixedValueDateField;