import * as React from 'react';
export declare const testGridContext: (spacing: string | number, child: React.ReactNode) => React.ReactNode;
