interface IGridCard { data: any[]; config?: any; } declare const GridCard: React.FC; export default GridCard;