import React from 'react'; export declare const LOCAL_CACHE_HOST_NAME = "__dreaction-react-native-host"; interface ConfigDialogProps { visible: boolean; onConfirm: (host: string) => void; onCancel: () => void; } export declare const ConfigDialog: React.FC; export {}; //# sourceMappingURL=ConfigDialog.d.ts.map