import { ButtonController } from '../button/button.ng1'; export declare const moduleName: string; export declare const componentName: string; export declare const controllerName: string; export declare class ButtonLinkController extends ButtonController { link: string; newTab: boolean; target: string; constructor(); }