import './dropdown.scss'; declare const _default: () => { restrict: string; template: any; transclude: { toggle: string; }; scope: { bdIsOpen: string; bdOptions: string; onShow: string; onHide: string; readonly: string; }; link: { pre(scope: any, element: any, attrs: any): void; }; }; export default _default;