/** * @license * Copyright 厦门乾元盛世科技有限公司 All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file. */ import { Renderer, ElementRef, AfterViewInit } from '@angular/core'; import { WeUIItem } from '../list/weui.item'; export declare class WeUISelect implements AfterViewInit { private _renderer; private _elementRef; private _container; constructor(_renderer: Renderer, _elementRef: ElementRef, _container: WeUIItem); ngAfterViewInit(): void; }