import { ThemeUIStyleObject } from 'theme-ui'; import type { GridProps } from './Grid'; export declare const stylePropsGrid: ({ autoFlow, align, center, margins, maxWidth, columns, minColumnWidth }: Partial) => ThemeUIStyleObject;