import { ForwardRefExoticComponent } from 'react'; import { RowProps, TypeMark } from './types'; type IRow = ForwardRefExoticComponent & TypeMark; declare const RefRow: IRow; export default RefRow;