/**
 * Row-level context for Table.Tr → Table.Td communication
 */
type TableTrContextProps = {
    highlight?: boolean;
};
export declare const TableTrContext: import("react").Context<TableTrContextProps>;
export {};
