declare const BoxGrid: import("react").ForwardRefExoticComponent; gridTemplateRows?: import("csstype").Property.GridTemplateRows; gridAutoFlow?: import("csstype").Property.GridAutoFlow; gap?: import("csstype").Property.Gap; justifyItems?: import("csstype").Property.JustifyItems; alignItems?: import("csstype").Property.AlignItems; alignContent?: import("csstype").Property.AlignContent; gridColumn?: import("csstype").Property.GridColumn; gridRow?: import("csstype").Property.GridRow; gridColumnStart?: import("csstype").Property.GridColumnStart; gridColumnEnd?: import("csstype").Property.GridColumnEnd; gridRowStart?: import("csstype").Property.GridRowStart; gridRowEnd?: import("csstype").Property.GridRowEnd; } & import("react").RefAttributes>; export default BoxGrid; //# sourceMappingURL=index.d.ts.map