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