export declare function mdBreadcrumbs($interpolate: any, $state: any): { link: (scope: any, element: any, attrs: any) => void; restrict: string; scope: { displaynameProperty: string; abstractProxyProperty: string; mdTabindex: string; }; template: string; }; export declare namespace mdBreadcrumbs { var $inject: string[]; }