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