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