import { type StoryObj } from "@storybook/react";
import { NumberInput } from "./NumberInput";
declare const _default: {
    title: string;
    component: typeof NumberInput;
};
export default _default;
type Story = StoryObj<typeof NumberInput>;
export declare const Primary: Story;
