import { ETypesOfEvents } from '../enums/ETypesOfEvents';
export declare type LegendData = {
    icon: string;
    color: string;
    label?: string;
    type?: ETypesOfEvents;
};
export declare const eventTypes: LegendData[];
