import React from 'react'; export interface TableSelectedRowsProps { children?: (props: { selectedRows: string[]; isSelctedAllRows: boolean; selectedCount: number; unselectedCount: number; }) => React.ReactNode; } export declare const TableSelectedRows: { (props: TableSelectedRowsProps): React.ReactNode; displayName: string; }; //# sourceMappingURL=table-selected-rows.d.ts.map