import React from "react";
import { PropertyPreviewProps } from "../PropertyPreviewProps";
/**
 * @group Preview components
 */
export declare function StringPropertyPreview({ propertyKey, value, property, size }: PropertyPreviewProps<string>): React.ReactElement;
