import { ThemeUIStyleObject } from 'theme-ui'; import { GridChildProps } from './GridChild'; export declare const stylePropsGridChild: ({ align, alignSelf, padding, rowStart, rowSpan, columnSpan }: Partial) => ThemeUIStyleObject;