import { FormGroup } from '@angular/forms'; import { OnInit } from '@angular/core'; import { CardFormConfigModel } from '../../models/card-form-config.model'; import * as i0 from "@angular/core"; export declare class FormCardComponent implements OnInit { /** * Values for building out the card */ Config: CardFormConfigModel; /** * Disable everything */ Disabled: boolean; IsDirty: boolean; /** * Form */ Form: FormGroup; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }