import { NumberInputProps } from './types'; export declare const NumberInput: import("../../core/factory").PlatformBlocksComponent<{ props: NumberInputProps; ref: any; }>;