import React from 'react'; import type { PaymentSchemaIconItem } from '../../../sdk/schema'; /** 支付 schema 图标渲染器。 */ export declare const SchemaIcon: ({ item }: { item: PaymentSchemaIconItem; }) => React.JSX.Element;