import { Meta } from '@storybook/react'; import { ComponentProps } from 'react'; import { TextLink } from './TextLink'; type Props = ComponentProps; declare const meta: Meta; export default meta; export declare const Default: (props: Props) => JSX.Element; export declare const FontInheritance: () => JSX.Element; export declare const Types: () => JSX.Element; export declare const Component: () => JSX.Element; //# sourceMappingURL=TextLink.stories.d.ts.map