import './table-header.scss'; declare const _default: () => { template: any; restrict: string; replace: boolean; scope: { fields: string; order: string; biTableHeaderOptions: string; onOrderChange: string; }; link: { pre(scope: any): void; }; }; export default _default;