import { FC } from "react"; export interface IPageProviderProps { } export declare const PageProvider: FC;