import { Meta } from '@storybook/react'; import { NumberInputProps } from './types'; declare const _default: Meta; export default _default; export declare const Default: import("@storybook/csf").AnnotatedStoryFn; export declare const Currency: import("@storybook/csf").AnnotatedStoryFn; export declare const Percentage: import("@storybook/csf").AnnotatedStoryFn; export declare const WithLimits: import("@storybook/csf").AnnotatedStoryFn; export declare const Disabled: import("@storybook/csf").AnnotatedStoryFn; export declare const ReadOnly: import("@storybook/csf").AnnotatedStoryFn; export declare const WithTooltip: import("@storybook/csf").AnnotatedStoryFn;