import { ElementRef } from '@angular/core'; export declare class MdcMenuSelectionGroup { elementRef: ElementRef; constructor(elementRef: ElementRef); } export declare class MdcMenuSelectionGroupIcon { elementRef: ElementRef; constructor(elementRef: ElementRef); }