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