export declare function getIsHas(val: any): boolean;
export declare function isClassComponent(component: any): any;
export declare function isExoticComponent(component: any): boolean;
export declare function isReactComponent(component: any): any;
export declare const render: (Comp: any, props: any) => any;
export declare const getBase64: (img: any, callback: any) => void;
