) => {
getServerSideProps: (callback: (context: import("next-redux-wrapper").GetServerSidePropsContext & {
store: Store;
}) => void | P) => import("next").GetServerSideProps;
getStaticProps: (callback: (context: import("next-redux-wrapper").GetStaticPropsContext & {
store: Store;
}) => void | P_1) => import("next").GetStaticProps;
withRedux: (Component: any) => any;
};