/// import { BufferedCollection } from '../../../core/srv/collections'; import './table.scss'; export interface IScope extends angular.IScope { vm: any; state: any; statePrefix: string; $state: any; data: BufferedCollection; fields: string[]; maximizable: any; events: any; } declare const _default: () => { restrict: string; template: any; scope: { data: string; fields: string; isPartial: string; formatter: string; statePrefix: string; $state: string; }; link: { pre(scope: IScope, element: any): void; }; }; export default _default;