import React from "react"; import { PreviewComponentProps } from "../internal"; /** * @category Preview components */ export declare function NumberPreview({ name, value, property, size }: PreviewComponentProps): React.ReactElement;