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