import './code-editor.scss'; import { IScope } from 'angular'; declare const _default: () => { restrict: string; template: any; require: string; scope: { onSave: string; onLoad: string; onParamsShare: string; readonly: string; bceOptions: string; }; link: { pre(scope: IScope & { model: string; }, element: any, attrs: any, ngModel: any): void; }; }; export default _default;