import * as react from 'react';
import { BaseProps, ContainerStyleProps, ShortGridStyles } from 'tastycss';

interface JengaGridProps extends BaseProps, ContainerStyleProps, ShortGridStyles {
}
declare const Grid: react.ForwardRefExoticComponent<JengaGridProps & react.RefAttributes<unknown>>;

export { Grid, JengaGridProps };
