/** * Retrieves the size of the frame on each side (margin, border, padding) * @param element The element to get the frame for * @returns The sizes */ export declare function getFrameSize(element: Element): { top: number; right: number; bottom: number; left: number; }; //# sourceMappingURL=getFrameSize.d.ts.map