import React from 'react';
import { ITableRow } from './types/tableRow';
export declare const TableRow: React.ForwardRefExoticComponent<ITableRow & {
    children?: React.ReactNode | undefined;
} & React.RefAttributes<HTMLTableRowElement>>;
