import './search.scss'; export default function directive(): { template: any; require: string; restrict: string; transclude: boolean; scope: { minLength: string; bsOptions: string; onEnter: string; placeholder: string; }; link: { pre(scope: any, element: any, attrs: any, ngModel: any): void; }; };