/**
 * Get the outer sizes of the given element (offset size + margins)
 */
import { Offsets } from '../models';
export declare function getOuterSizes(element: HTMLElement): Offsets;
