import { Atom } from "@nova-ui/bits/sdk/atoms";
export declare class RichLegendTileAtom extends Atom {
    static CSS_CLASS: string;
    getValue(): Promise<string>;
    getUnitLabel(): Promise<string>;
    isMarkerVisible(): Promise<boolean>;
    isIconVisible(): Promise<boolean>;
    getBackgroundColor(): Promise<string>;
}
