import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.FC; argTypes: { className: { table: { disable: boolean; }; }; }; }; export default _default; export declare const Default: { (props: Props): JSX.Element; args: { as: string; }; }; export declare const IsH1: (props: Props) => JSX.Element; export declare const IsH1AppearsH2: (props: Props) => JSX.Element; export declare const WithSize: (props: Props) => JSX.Element; export declare const WithContrast: (props: Props) => JSX.Element; export declare const WithFontFamily: (props: Props) => JSX.Element; export declare const WithFontWeight: (props: Props) => JSX.Element; export declare const WithCasing: (props: Props) => JSX.Element; export declare const IsItalic: (props: Props) => JSX.Element; export declare const WithMargin: (props: Props) => JSX.Element; //# sourceMappingURL=Text.stories.d.ts.map