import React from 'react'; import type { PaymentSchemaStepItem } from '../../../sdk/schema'; /** 支付 schema 步骤渲染器。 */ export declare const SchemaStep: ({ item }: { item: PaymentSchemaStepItem; }) => React.JSX.Element;