/// <reference types="react" />
export declare const SentryTableRow: ({ row, ...rest }: {
    [x: string]: any;
    row: any;
}) => JSX.Element;
