import { G2ComponentOptions, G2Library } from './types/options'; import { G2Component, G2ComponentNamespaces, G2ComponentValue } from './types/component'; export declare function useLibrary(namespace: G2ComponentNamespaces, library: G2Library): [(options: O) => V, (type: O['type']) => C];