import { FormControl } from '@angular/forms';
export declare class CnpjComponentContainer {
    control: FormControl;
    requiredMsg: string;
    cnpjMsg: string;
    shouldShowErrors(): boolean;
}
