import * as React from 'react'; import { Table } from '@tanstack/react-table'; interface ToolbarProps { table: Table; className?: string; } export declare function Toolbar({ table, className }: ToolbarProps): React.JSX.Element; export {}; //# sourceMappingURL=Toolbar.d.ts.map