import { OnInit } from '@angular/core';
import { FormGroup, AbstractControl } from '@angular/forms';
export declare class MdCheckBoxComponent implements OnInit {
    field: any;
    form: FormGroup;
    span: number;
    label: string;
    checked: boolean;
    indeterminate: boolean;
    labelPosition: string;
    eNfxFlex: string;
    eNfxFlexXs: string;
    formControl: AbstractControl;
    constructor();
    ngOnInit(): void;
}
