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