export { type GridProps } from './Grid'; export { type GridItemProps } from './GridItem'; export type { LayoutUtilProps } from '../../types'; export declare const Grid: import('react').ForwardRefExoticComponent, HTMLDivElement>, "ref"> & { inline?: boolean; } & import('.').LayoutUtilProps & { templateColumns?: import('react').CSSProperties["gridTemplateColumns"]; templateRows?: import('react').CSSProperties["gridTemplateRows"]; templateAreas?: import('react').CSSProperties["gridTemplateAreas"]; autoColumns?: import('react').CSSProperties["gridAutoColumns"]; autoRows?: import('react').CSSProperties["gridAutoRows"]; } & { sm?: import('./Grid').GridSpecificProps; md?: import('./Grid').GridSpecificProps; lg?: import('./Grid').GridSpecificProps; xl?: import('./Grid').GridSpecificProps; xxl?: import('./Grid').GridSpecificProps; } & import('react').RefAttributes> & { Item: import('react').ForwardRefExoticComponent, HTMLDivElement>, "ref"> & import('.').LayoutUtilProps & import('react').RefAttributes>; };