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