interface ZeroagentType { appID: string; appKey: string; } declare const Zeroagent: React.FC; export { Zeroagent as default };