import { OnInit } from '@angular/core'; import { TerraInputComponent } from '../terra-input.component'; import { L10nLocale } from 'angular-l10n'; import * as i0 from "@angular/core"; export declare class TerraDoubleInputComponent extends TerraInputComponent implements OnInit { _locale: L10nLocale; /** * @description If true, the value will be right-aligned. */ inputIsPriceInput: boolean; /** * * @description Set the decimal count. Default is 2. (0.01) */ inputDecimalCount: number; _step: number; /** * @description a unique string identifier for the specific input instance. */ _id: string; constructor(_locale: L10nLocale); ngOnInit(): void; /** * Set the focus on the native input element. */ focusNativeInput(): void; /** * Select the content of the native input element. */ selectNativeInput(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }