import type { Meta, StoryObj } from "@storybook/react"; import { ListBlock } from "../ListBlock"; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const NumberWithSubtitle: Story; export declare const NumberNoSubtitle: Story; export declare const NumberClickable: Story; export declare const IconWithSubtitle: Story; export declare const IconNoSubtitle: Story; export declare const IconClickable: Story; export declare const ImageWithSubtitle: Story; export declare const ImageNoSubtitle: Story; export declare const ImageClickable: Story; //# sourceMappingURL=ListBlock.stories.d.ts.map