import { StoryObj } from '@storybook/react-vite'; import { default as Text } from './Text'; declare const meta: { title: string; component: import('react').ForwardRefExoticComponent<(Omit & Omit, HTMLSpanElement> | import('react').DetailedHTMLProps, HTMLAnchorElement> | import('react').DetailedHTMLProps, HTMLElement> | import('react').DetailedHTMLProps, HTMLParagraphElement> | import('react').DetailedHTMLProps, HTMLHeadingElement>, keyof import('./Text').BaseProps> & { as?: import('../../utils/types/types').AllowedTextElementsProps | undefined; }, "ref"> | Omit & Omit, HTMLSpanElement> | import('react').DetailedHTMLProps, HTMLAnchorElement> | import('react').DetailedHTMLProps, HTMLElement> | import('react').DetailedHTMLProps, HTMLParagraphElement> | import('react').DetailedHTMLProps, HTMLHeadingElement>, keyof import('./Text').BaseProps> & { as?: import('../../utils/types/types').AllowedTextElementsProps | undefined; }, "ref">) & import('react').RefAttributes>; parameters: { layout: string; }; tags: string[]; argTypes: { size: { options: string[]; control: { type: "select"; }; }; alignment: { options: string[]; }; breakWord: { options: string[]; }; truncate: { options: string[]; }; hover: { options: string[]; }; as: { options: string[]; }; color: { options: string[]; control: { type: "select"; }; }; }; args: { onClick: import('storybook/internal/test').Mock<(...args: any[]) => any>; }; }; export default meta; type Story = StoryObj; export declare const DefaultText: Story; export declare const H1: Story; export declare const H2: Story; export declare const H3: Story; export declare const H4: Story; export declare const H5: Story; export declare const H6: Story; export declare const Link: Story; export declare const Paragraph: Story; export declare const StrongText: Story; export declare const StrongA: Story;