import { Dictionary } from '../../../.deps/ui/core-web/src'; type NumberInputTranslations = { incrementTo: (label: string | undefined, value: number) => string; decrementTo: (label: string | undefined, value: number) => string; currentValueIs: (label: string | undefined, value: number) => string; }; export declare const dictionary: Dictionary; export {};