import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: (props: import("./Title").TitleProps) => import("@emotion/react/jsx-runtime").JSX.Element; parameters: { layout: string; }; tags: string[]; argTypes: { color: { control: "color"; }; fontSize: { control: "text"; }; }; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const CustomColor: Story; export declare const CustomSize: Story; export declare const NotCentered: Story; //# sourceMappingURL=Title.stories.d.ts.map