import { FC } from 'react';
import { ElementProps } from './types';
export declare const LinkComponent: FC<ElementProps>;
