export declare const typedMemo: (Component: (props: Props) => Return, compare?: (prevProps: Props, newProps: Props) => boolean) => (props: Props) => Return;