export default function (): { restrict: string; scope: { biKeyNav: string; keyNavCurrentItem: string; keyNavOnSelect: string; keyNavOptions: string; }; link: { post(scope: ng.IScope, element: any): void; }; };