import { TerraInputComponent } from '../terra-input.component'; import * as i0 from "@angular/core"; export declare class TerraNumberInputComponent extends TerraInputComponent { /** * @description a unique string identifier for the specific input instance. */ _id: string; constructor(); /** * 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; }