import type { ViewTemplate } from '@ni/fast-element'; import { type FoundationElementTemplate, type NumberFieldOptions } from '@ni/fast-foundation'; import type { NumberField } from '.'; /** * The template for the {@link @ni/fast-foundation#(NumberField:class)} component. * @public */ export declare const template: FoundationElementTemplate, NumberFieldOptions>;