/// <reference types="react" />
import { DivProps } from "../../types";
declare const Content: import("react").NamedExoticComponent<DivProps>;
export default Content;
