import { ComponentStory } from "@storybook/react"; import React from "react"; import NumberInput from "./NumberInput"; type Story = ComponentStory; declare const _default: import("@storybook/types").ComponentAnnotations & React.RefAttributes>; export default _default; export declare const Default: import("@storybook/types").AnnotatedStoryFn & React.RefAttributes>; export declare const Placeholder: import("@storybook/types").AnnotatedStoryFn & React.RefAttributes>; export declare const Controlled: Story; export declare const WithoutStepButtons: import("@storybook/types").AnnotatedStoryFn & React.RefAttributes>; export declare const WithField: import("@storybook/types").AnnotatedStoryFn & React.RefAttributes>; export declare const WithLeadingEnhancement: import("@storybook/types").AnnotatedStoryFn & React.RefAttributes>; export declare const WithTrailingEnhancement: import("@storybook/types").AnnotatedStoryFn & React.RefAttributes>; export declare const WithError: import("@storybook/types").AnnotatedStoryFn & React.RefAttributes>; export declare const WithErrorAsString: import("@storybook/types").AnnotatedStoryFn & React.RefAttributes>; export declare const WithErrorAsBoolean: import("@storybook/types").AnnotatedStoryFn & React.RefAttributes>;