export declare const LEGEND_FRAME_ID = "legend"; export declare const LEGEND_CHILD_PREFIX = "legend-"; export declare const LEGEND_BLOCK_PREFIX: string; export declare function isLegendFrameId(id: string): boolean; export declare function isLegendChildId(id: string): boolean; export declare function isLegendElementId(id: string): boolean;