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