import { Atom, ButtonAtom, IconAtom, MenuItemAtom } from "@nova-ui/bits/sdk/atoms";
export declare class LegendSeriesAtom extends Atom {
    static CSS_CLASS: string;
    private root;
    getValue(): Promise<string>;
    getDescriptionPrimary(): Promise<string>;
    getDescriptionSecondary(): Promise<string>;
    getMenuButton(): ButtonAtom;
    getTransformIcon(): IconAtom;
    getTransform(transformName: string): Promise<MenuItemAtom | undefined>;
    private getTransformGroup;
}
