import { InputType } from '../../../szorba-types'; import { SzHtmlFormInputComponent } from '../sz-html-form-input/sz-html-form-input.component'; import * as i0 from "@angular/core"; export declare class SzHtmlFormInputMonthComponent extends SzHtmlFormInputComponent { type: InputType; classSzHtmlFormInputMonth: boolean; setValue(value: any): void; getValue(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }