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