import './sql-runner.scss'; declare const _default: () => { restrict: string; template: any; require: string; transclude: { actions: string; controls: string; stats: string; }; scope: { version: string; type: string; runner: string; bsrOptions: string; onEditorLoad: string; onRunnerLoad: string; onSave: string; onRun: string; onRunnerCreated: string; onRunnerDestroyed: string; onParamsShare: string; tableFormatter: string; downloadFileName: string; readonly: string; $state: string; autocompleteDbFetchers: string; }; link: { pre(scope: any, element: any, attrs: any, ngModel: any, transclude: any): void; }; }; export default _default;