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