export function getAppSize({ coordinates, dashboardWidth, isMaximized }: { coordinates: any; dashboardWidth: any; isMaximized: any; }): { pixelHeight: number; pixelWidth: number; }; //# sourceMappingURL=apps.d.ts.map