import { IRow } from '@patternfly/react-table'; export declare const showIdWarnings: (row: IRow, target: any) => void; export declare const shallowLeftSideEquals: (newObject: any, oldObject: any) => boolean; export interface ClientBoundingRect { top: number; right: number; bottom: number; left: number; width: number; height: number; x: number; y: number; } export declare const getBoundingClientRect: (element: HTMLElement) => ClientBoundingRect; export interface WindowDimensions { width: number; height: number; } export declare const getClientWindowDimensions: () => WindowDimensions; //# sourceMappingURL=utils.d.ts.map