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; getDescriptionPrimary(): Promise; getDescriptionSecondary(): Promise; getMenuButton(): ButtonAtom; getTransformIcon(): IconAtom; getTransform(transformName: string): Promise; private getTransformGroup; }