import React from "react";
import { PropertyPreviewProps } from "../PropertyPreviewProps";
/**
 * Preview component for displaying user information.
 * This is a simple wrapper around UserDisplay.
 *
 * @group Preview components
 */
export declare function UserPreview({ value }: PropertyPreviewProps<string>): React.JSX.Element;
