import React from 'react';
import { ILinkStandAlone } from './types/link';
export declare const LinkStandAlone: React.ForwardRefExoticComponent<ILinkStandAlone & React.RefAttributes<HTMLElement>>;
