import { ElementRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import { SbThemeService } from '../../../core'; import * as i0 from "@angular/core"; declare const SbInputCoreCore: import("../../../core").Constructor & import("../../../core").AbstractConstructor & import("../../../core").Constructor & import("../../../core").AbstractConstructor & import("../../../core").Constructor & import("../../../core").AbstractConstructor & import("../../../core").Constructor & import("../../../core").AbstractConstructor & import("../../../core").Constructor & import("../../../core").AbstractConstructor & { new (_elementRef: ElementRef, _themeService: SbThemeService): { _elementRef: ElementRef; _themeService: SbThemeService; }; }; export declare class SbInputCoreComponent extends SbInputCoreCore implements ControlValueAccessor { placeholder: string; type: string; spellcheck: boolean; private onChange; private onTouch; private innerValue; set value(value: string); get value(): string; getPlaceholderClasses(): Array; constructor(elementRef: ElementRef, themeService: SbThemeService); writeValue(value: string): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; onBlur(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};