import { FC } from "react"; import { ContentZoneProps } from "./types"; export declare const ContentZone: FC;