export declare function applyAspectRatio(width: number, height: number, aspectRatio: number): { width: number; height: number; }; //# sourceMappingURL=dimensions.d.ts.map