import { Story } from '@storybook/react'; import { LinkProps } from './Link'; declare const _default: { title: string; component: ({ image, title, subtitle, description, href }: LinkProps) => JSX.Element; argTypes: {}; }; export default _default; export declare const BlockLinkSingle: Story;