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