import './content-editable.scss'; declare const _default: () => { restrict: string; require: string[]; scope: { ceOptions: string; onChange: string; onBlur: string; }; link: { pre(scope: any, element: any, attrs: any, [ngModel]: [any]): void; }; }; export default _default;