import { StyledProps } from '@kuma-ui/system'; declare const defaultGridTag = "div"; type GridSpecificProps = {}; declare const isGridProps: (propName: unknown) => propName is GridSpecificProps; declare const gridDefaultProps: StyledProps; declare const gridHandler: (props: GridSpecificProps) => {}; export { GridSpecificProps, defaultGridTag, gridDefaultProps, gridHandler, isGridProps };