import { BoundingRect, Size } from './types'; export declare const getSize: (rect: BoundingRect) => Size;