import { DependencyList } from 'react';
export declare type DepsAreEqual = (prevDeps: DependencyList, nextDeps: DependencyList) => boolean;
