import _Link from './link';
import { WithInstallType } from '../shared';
import './style';
import { TdLinkProps } from './type';
export * from './type';
export declare type LinkProps = TdLinkProps;
export declare const Link: WithInstallType<typeof _Link>;
export default Link;