import { SpaceProps, LayoutProps, GridProps as StyledSystemGridProps } from 'styled-system'; import { Theme } from '@evlop/commons'; export interface GridProps extends SpaceProps, LayoutProps, StyledSystemGridProps { itemsPerRow?: number | string; itemMinWidth?: number | string; gap?: string | number; [key: string]: any; } export declare const Grid: any; export default Grid; //# sourceMappingURL=Grid.d.ts.map