import { TableViewChoseColumnsProps } from './ChoseColumns/interfaces'; export interface ToolbarProps extends TableViewChoseColumnsProps { classes?: Record<'root' | 'title' | 'highlight' | 'spacer' | 'actions', string>; addObject?: () => void; title?: string; filters?: any; }