import * as React from 'react';
declare const RowContainer: React.ForwardRefExoticComponent<Pick<Record<string, any>, string> & React.RefAttributes<HTMLTableRowElement>>;
declare const HeaderRowContainer: React.ForwardRefExoticComponent<Pick<Record<string, any>, string> & React.RefAttributes<HTMLTableRowElement>>;
export { RowContainer, HeaderRowContainer };
