import React from 'react';
import { TrProps } from '../types';
declare function Tr(props: TrProps): React.JSX.Element;
export default Tr;
