import { FormInputMixin } from '../../../mixins/FormInputMixin'; import { PATTERN_TYPES } from '../../../constants/patternTypes'; import * as i0 from "@angular/core"; export declare class InputComponent extends FormInputMixin { type: string; placeholder: string; fieldPattern: PATTERN_TYPES; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }