import { EventEmitter, ElementRef } from "@angular/core"; export declare class SpsDatepickerInputComponent { readonly _spsDatepickerInputsClass = true; readonly _tabindex = -1; disabled: boolean; clearable: boolean; placeholder: string; presetText: string; ariaLabel: string; inputId: string; text: string; textChange: EventEmitter; activated: EventEmitter; clear: EventEmitter; textInput: ElementRef; onFocus(): void; onTextInputChange(event: any): void; }