import React from 'react'; import type { PaymentSchemaTextItem } from '../../../sdk/schema'; /** 支付 schema 文案渲染器。 */ export declare const SchemaText: ({ item }: { item: PaymentSchemaTextItem; }) => React.JSX.Element;