import React from 'react';
import { LoaderProps } from '../Preloader';
declare const Grid: React.FC<LoaderProps>;
export default Grid;
