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