export declare const makeLegend: (prefix: string, id: string, layerData: {
    key: string;
}) => void;
export declare const removeLegend: (prefix: string) => void;
