export declare function mdHeader(): { restrict: string; transclude: boolean; replace: boolean; scope: { navstyle: string; headertitle: string; icon: string; image: string; }; template: string; }; export declare function mdHeaderLeft(): { restrict: string; transclude: boolean; replace: boolean; template: string; }; export declare function mdHeaderRight(): { restrict: string; transclude: boolean; replace: boolean; template: string; };