import { AbstractComponent } from '@visactor/vchart'; import type { SeriesLabelAttrs } from './type'; export declare class SeriesLabelComponent extends AbstractComponent> { name: string; protected render(): void; } export declare const registerSeriesLabel: () => void;