export declare type DateOptions = { /** Defines how the date should be displayed in Table | Form | ecc. */ displayFormat?: string; /** Time zone to use in case data is a numeric value */ timeZone?: string; };