import { Rect, Strategy } from '../types';
export declare const getViewportRect: (strategy: Strategy) => Rect;
