import { GetServerSidePropsContext } from 'next'; declare function BlogPage(): JSX.Element; export declare const getServerSideProps: ({ locale, query, }: GetServerSidePropsContext) => Promise<{ props: { dehydratedState: import("react-query/hydration").DehydratedState; }; }>; export default BlogPage;