import { Rect } from './types';
export declare function getRect(el: HTMLElement): Rect;
