import { IDisabledDate, IDisabledDateFunc } from '../types';
export default function unifiedDisabledDateFromProps(format: string, disabledDateProps: IDisabledDate): IDisabledDateFunc;
