import './breadcrumbs.scss'; export default function directive(): { template: any; require: string; restrict: string; transclude: boolean; scope: { onItemClick: string; }; link: { pre(scope: any, element: any, attrs: any, biOptions: any, transclude: any): void; }; };