import React from 'react'; import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../oak-app-domain'; import { AccountPayConfig, PayConfig } from '../../../types/PayConfig'; export default function Render(props: WebComponentProps void; onSetChannel: (channel: string) => void; onSetMeta: (meta: any) => void; price: number; channel: string; meta: any; }>): React.JSX.Element | null;