import './table.scss'; declare const _default: () => { template: any; restrict: string; scope: { fields: string; rows: string; collection: string; selected: string; orderBy: string; reverse: string; filter: string; formatter: string; btOptions: string; onRowClick: string; onRowSelect: string; onRowDeselect: string; onRendered: string; onDestroyed: string; emptyStateMsg: string; }; link: { pre(scope: any, element: any, attrs: any): void; }; }; export default _default;