import type { Direction } from '../../types'; export declare const getSizeWithRatio: (size: { x: number; y: number; width: number; height: number; }, ratio: number, lockRatio: boolean, direction: Direction) => { x: number; y: number; width: number; height: number; }; //# sourceMappingURL=getSizeWithRatio.d.ts.map