import React from 'react'; interface baseProps { children?: any; configUrl?: string; } export declare const Base: React.FC; export {};