import { type LabelProps } from '../../model/HeadlineType'; import { type Picture } from '../../model/Picture'; export declare type IconsMapItem = LabelProps & { origins?: string[]; iconMapped?: Picture; }; export declare const ICONS_MAP: Array;