///
import Grid from './Grid';
import GridItem from './GridItem';
declare const GridNamespace: import("react").FC & {
Item: import("react").FC;
};
export default GridNamespace;
export { Grid, GridItem };
export type { GridProps, GridItemProps, GridDirection } from './PropsType';