import React from 'react';
import { RowProps } from './interface';
declare const RowComponent: React.ForwardRefExoticComponent<RowProps & React.RefAttributes<unknown>>;
export default RowComponent;
export { RowProps };
