import { ElementRef } from '@angular/core';
import { MatChip } from '@angular/material/chips';
import * as i0 from "@angular/core";
export declare class InputChipComponent extends MatChip {
    private readonly elementRef;
    constructor(elementRef: ElementRef<HTMLElement>);
    get element(): HTMLElement;
    static ɵfac: i0.ɵɵFactoryDeclaration<InputChipComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<InputChipComponent, "pro-input-chip", never, {}, {}, never, ["*"], true, never>;
}
