import { LegendProps } from "../Legend.interface"; export declare const mockEntries: { label: string; bgColorClass: string; }[]; export declare class LegendObject { get items(): HTMLElement[]; get dots(): HTMLElement[]; render(props?: Partial): this; }