import * as React from 'react';
import './Link.scss';
import { ILinkProps } from './Link.Props';
export declare class Link extends React.Component<ILinkProps, any> {
    constructor(props: ILinkProps);
    render(): JSX.Element;
    private _onClick(ev);
    private _popupWindow(popupWindowProps);
}
