import { TableProps, TableState } from '../../../@types';
import { BaseEntity } from 'nsn-entity';
import { Component, ReactNode } from 'react';
declare const getToolBar: <T extends BaseEntity, DT extends string>(comp: Component<TableProps<T, DT>, TableState<T>>) => Array<ReactNode>;
export { getToolBar };
