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; onPickChannel: (channel: string) => void; onSetChannelMeta: (meta?: object) => void; setUseAccount: (v: boolean) => void; }>): React.JSX.Element | null;