import { AnchorService } from 'dmmp-services'; export declare class DesktopMenuComponent { anchorService: AnchorService; data: any; identifier: string; medias: []; constructor(anchorService: AnchorService); }