import React from 'react'; export declare type ResultType = '403' | '404' | '500' | 'error' | 'no-content' | 'no-network' | 'no-permission' | 'notice' | 'no-data'; declare const typeMap: Map>>; export default typeMap;