import type { StoryObj } from '@storybook/react';
import { StoryCard } from '.';
declare const _default: {
    title: string;
    component: typeof StoryCard;
    parameters: {
        design: {
            type: string;
            url: string;
        };
    };
};
export default _default;
export declare const Default: StoryObj<typeof StoryCard>;
export declare const WithoutThumbnailImage: StoryObj<typeof StoryCard>;
