declare type Props = { width?: string[]; }; /** * @deprecated, use Row with Column instead */ declare const GridItemStyle: import("styled-components").StyledComponent<"div", any, Props, never>; export default GridItemStyle; //# sourceMappingURL=GridItemStyle.d.ts.map