import React from 'react'; import { ImageCardGridProps } from './types'; declare const ImageCardGrid: React.FC; export default ImageCardGrid;