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