export default function getDimensionsWithAspectRatio(width: number | null, height: number | null, aspectRatio: number | undefined): { width: number | null; height: number | null; }; //# sourceMappingURL=getDimensionsWithAspectRatio.d.ts.map