import React from 'react'; import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../oak-app-domain'; import { PayChannel, PayChannels } from '../../../types/Pay'; export default function render(props: WebComponentProps void; onPriceChange: (price: number | null) => void; }>): React.JSX.Element;