import type UIDateT from "sap/ui/core/date/UI5Date"; declare const UI5DateWrapped: typeof UIDateT; declare class UI5Date extends UI5DateWrapped { } export default UI5Date;