import * as React from 'react';
export interface IconGridProps {
}
declare const IconGrid: React.FC<IconGridProps>;
export default IconGrid;
