import React from "react";
import * as State from "../types/State";
import { WithContent } from "../utils";
export declare const Content: (t: State.State) => React.ReactElement<{}, any> | React.ReactElement<WithContent, any> | null;
