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