import { WechatMpConfig } from '../../../../oak-app-domain/Application/Schema'; export default function WechatMp(props: { config: WechatMpConfig; setValue: (path: string, value: any) => void; removeItem: (path: string, index: number) => void; cleanKey: (path: string, key: string) => void; }): JSX.Element;