interface GridProps { size?: number | string; color?: string; speed?: number | string; } declare const Grid: React.FC; export default Grid; //# sourceMappingURL=Grid.d.ts.map