import { FC } from 'react'; export declare const propsAreEqual:

(nextProps: P, prevProps: P) => boolean; export declare const memoComponent:

(Component: FC

) => import("react").MemoExoticComponent>; //# sourceMappingURL=memo-component.d.ts.map