export declare function mdLeftNav($location: any): { restrict: string; scope: { pages: string; }; template: string; link: (scope: any, element: any, atttrs: any) => void; }; export declare namespace mdLeftNav { var $inject: string[]; } export declare function mdSubNav($timeout: any): { restrict: string; scope: boolean; link: (scope: any, element: any, atttrs: any) => void; }; export declare namespace mdSubNav { var $inject: string[]; }