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