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