import { ElementRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import { SbThemeService } from '../../../core'; import * as i0 from "@angular/core"; declare const SbDoubleInputCore: 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 SbDoubleInput { first?: T; second?: T; constructor(); constructor(first: T | undefined, second: T | undefined); static equals(inputOne: SbDoubleInput, inputTwo: SbDoubleInput): boolean; } export declare class SbDoubleInputComponent extends SbDoubleInputCore implements ControlValueAccessor { firstPlaceholder: string; secondPlaceholder: string; delimiter: string; _type: string; set type(type: string); get type(): string; spellcheck: boolean; prefixIcon: string; suffixIcon: string; private onChange; private onTouch; private innerFirstValue; private innerSecondValue; set firstValue(firstValue: string); get firstValue(): string; set secondValue(secondValue: string); get secondValue(): string; constructor(elementRef: ElementRef, themeService: SbThemeService); writeValue(value: SbDoubleInput): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; protected onBlur(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};