import { ElementRef, EventEmitter } from '@angular/core'; import { SzHtmlInputComponent } from '../../../sz-html-controls/inputs/sz-html-input/sz-html-input.component'; import { SzInputFocusNativeEvent } from './model/SzInputFocusNativeEvent'; import * as i0 from "@angular/core"; export declare class SzInputComponent extends SzHtmlInputComponent { protected elRefHost: ElementRef; _focus: boolean; focusInNative: EventEmitter; focusOutNative: EventEmitter; classSzInput: boolean; nativeContainerDivRef: ElementRef; labelWithElementContainer: ElementRef; constructor(elRefHost: ElementRef); _focusStyleActive: boolean; get focusStyleActive(): boolean; set focusStyleActive(active: boolean); getInputBoundingClientRectLeft(): number; getBoundingClientRectTop(): number; getClientRectHeight(): number; getInputClientHeight(): number; onFocusInNative(e: FocusEvent): void; onFocusOutNative(e: FocusEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }