import type { Meta, StoryObj } from "@storybook/react";
import { TimeAnimation } from "./TimeAnimation";
declare const meta: Meta<typeof TimeAnimation>;
export default meta;
type Story = StoryObj<typeof meta>;
export declare const Updates: Story;
