import { GridItemClientRect } from '../public-api';
export declare function getClientRectSnapshot(element: Element): GridItemClientRect;
