import * as i0 from "@angular/core"; export declare class FormItemComponent { errorMessage?: string; disabled?: boolean; label?: string; type?: 'select' | 'date'; focus?: boolean; value?: string | number | any; size?: 'small' | 'normal'; /** Local color context. Omit to inherit body `.theme-light` / `.theme-dark`. */ theme?: 'light' | 'dark'; get hostThemeLight(): boolean; get hostThemeDark(): boolean; get isShowSelectIcon(): boolean; get isShowDateIcon(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }