import * as React from 'react'; type RowProps = Readonly & { children: React.ReactNode; }>; declare const Row: React.ForwardRefExoticComponent, HTMLTableElement>, "ref"> & { children: React.ReactNode; }> & React.RefAttributes>; export { Row, type RowProps };