import { GridRowColScalesProps } from '../types'; declare const GridBase: import("styled-components").StyledComponent<"div", any, GridRowColScalesProps, never>; export default GridBase;