export declare function mdHeaderPushContainer(pushService: any, $rootScope: any, $state: any): { restrict: string; transclude: boolean; template: string; link: (scope: any) => void; }; export declare namespace mdHeaderPushContainer { var $inject: string[]; } export declare function mdHeaderPushTrigger(pushService: any, $state: any): { restrict: string; scope: { icon: string; state: string; label: string; }; template: string; link: (scope: any) => void; }; export declare namespace mdHeaderPushTrigger { var $inject: string[]; } export declare function pushService(): { toggle: () => void; toggleState: boolean; };