import type { TableInstance, TableState } from '../../../react-table/react-table.js';
export declare const onExpandHandler: <T extends Record<string, unknown>>(newState: TableState<T>, instance?: TableInstance<T>, onExpand?: (expandedData: T[] | undefined, tableState?: TableState<T>) => void) => void;
