import { ForwardRefExoticComponent } from 'react'; import { GridProps, TypeMark } from './types'; type IGrid = ForwardRefExoticComponent & TypeMark; declare const RefGrid: IGrid; export default RefGrid;