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