import { ReactNode } from 'react'; export declare function arePropsEqual(prevProps: PropTypes, nextProps: PropTypes): boolean;