import { TimedImage } from '../components/TimedImage';
import type { Meta, StoryObj } from '@storybook/react';
declare const StoryComponent: typeof TimedImage;
declare const meta: Meta<typeof StoryComponent>;
export default meta;
type Story = StoryObj<typeof meta>;
export declare const Hello: Story;
