/// import 'twin.macro'; import { GridProps } from './grid'; declare function GridWrapper(props: GridProps): JSX.Element; export { GridWrapper };