import type { Meta, StoryObj } from '@storybook/react'; import { TableCellIcon } from './TableCellIcon'; /** * ```js * import { TableCellIcon } from "@galaxy-ds/core"; * ``` */ declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const Alignment: Story;