import { FormattingBase } from './FormattingBase'; export declare class DateFormatting extends FormattingBase { constructor(); constructor(dateFormat: string); /** * Gets or sets the date format. For example: dd-MMM-yyyy */ dateFormat?: string; }