/** * @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 } from '@angular/core'; import { WeUIFormControl } from './weui.form.control'; export declare class WeUICheckbox extends WeUIFormControl { private renderer; private elementRef; /** * 扩展样式 */ readonly hostCls: string; constructor(renderer: Renderer, elementRef: ElementRef); }