import { ElementRef } from '@angular/core'; export declare class MdcChipPrimaryAction { elementRef: ElementRef; role: string | null; tabIndex: number | null; _root: HTMLElement; constructor(elementRef: ElementRef); } export declare class MdcChipText { }