import React from 'react'; import { GridEffect } from 'postprocessing'; export declare const Grid: React.ForwardRefExoticComponent & Partial<{ size: { width: number; height: number; }; }> & React.RefAttributes>;