import { CMSType } from "../models"; import { PreviewComponentProps } from "./PreviewComponentProps"; /** * @category Preview components */ export declare function PreviewComponent(props: PreviewComponentProps): any;