import { t as NumberWithUnit } from "./NumberWithUnit-DowGnoG0.js"; //#region src/main/commons/SizeWithAspect.d.ts declare class SizeWithAspect { private readonly _size; private readonly _aspect; constructor(size: NumberWithUnit, aspect: number); get size(): NumberWithUnit; get aspect(): number; } //#endregion export { SizeWithAspect as t };