import { LeftTopAlignedArea, CenterAlignedArea, Point } from '../../types';
export default function toPhysicalArea(virtualArea: LeftTopAlignedArea, physicalScale: Point): LeftTopAlignedArea & CenterAlignedArea;
