export declare function mdLargeTabsetCtrl($scope: any): void; export declare namespace mdLargeTabsetCtrl { var $inject: string[]; } export declare function mdLargeTabset(): { restrict: string; transclude: boolean; replace: boolean; scope: { type: string; large: string; graytab: string; }; controller: string; controllerAs: string; bindToController: boolean; template: string; link: (scope: any, element: any, attrs: any) => void; }; export declare function mdLargeTab($parse: any): { require: string; restrict: string; replace: boolean; template: string; transclude: boolean; scope: { active: string; heading: string; onSelect: string; onDeselect: string; }; controller: () => void; compile: (elm: any, attrs: any, transclude: any) => (scope: any, elm: any, attrs: any, mdLargeTabset: any) => void; }; export declare namespace mdLargeTab { var $inject: string[]; } export declare function mdLargeTabHeadingTransclude(): { restrict: string; require: string; link: (scope: any, elm: any, attrs: any, tabCtrl: any) => void; }; export declare function mdLargeTabContentTransclude(): { restrict: string; require: string; link: (scope: any, elm: any, attrs: any) => void; };