declare const getDateFormat: (attribute: string, validator: any) => string | null;
export default getDateFormat;
