export declare function formatDate(val?: string, interv?: string, dateFormat?: string): string;
export declare const dateRender: (value: any, otherProps: any) => string;
