import React from "react";
import { CMSType } from "../types";
import { PropertyPreviewProps } from "./PropertyPreviewProps";
/**
 * @group Preview components
 */
export declare const PropertyPreview: React.MemoExoticComponent<(<T extends CMSType>(props: PropertyPreviewProps<T>) => any)>;
