import { Any } from '../types';
export declare const sameProps: (oldProps: Any, newProps: Any, props: string[]) => boolean;
