import { ControlValueAccessorEnabler } from './control-value-accessor-enabler'; import * as i0 from "@angular/core"; /** * This class contains all the base properties * needed for every possible SQ UI form control **/ export declare class InputCoreComponent extends ControlValueAccessorEnabler { private defaultInputIdentifier; name: string; controlId: string; controlLabel: string; controlPlaceholder: string; required: boolean; pattern: any; disabled: boolean; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }