/**
 * @file 表格的方式显示只读信息，比如产品详情
 */
import type { RendererFC } from 'jamis-core';
import type { PropertyProps } from './types';
export declare const PropertyRenderer: RendererFC<PropertyProps>;
