import { Layout } from 'react-grid-layout'; export declare function layoutsShallowEqual(a: Layout[] | undefined, b: Layout[] | undefined): boolean;