import { G2ComponentNamespaces, G2Component } from '../runtime';
export declare const library: {};
export declare function register(key: `${G2ComponentNamespaces}.${any}`, component: G2Component): void;
