import { DebugElement } from '@angular/core'; import { MatAutocompleteProfile } from '../../angular-materials'; import { O3rElement } from '../element'; /** * Implementation dedicated to angular / TestBed. */ export declare class MatAutocomplete extends O3rElement implements MatAutocompleteProfile { constructor(sourceElement: DebugElement | O3rElement); /** @inheritdoc */ selectByValue(value: string, _timeout?: number): Promise; } //# sourceMappingURL=autocomplete-material.d.ts.map