/// <reference types="react" />
import type { GridBackgroundProps } from './type';
declare const GridBackground: import("react").NamedExoticComponent<GridBackgroundProps>;
export default GridBackground;
