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