/// <reference types="react" />
import type { SmartGridItem } from './PropTypes';
declare const GridItem: import("react").FC<SmartGridItem>;
export { GridItem };
export { SmartGridItem, SmartGridItemEvents, SmartGridItemExternalClassName, SmartGridItemProps, } from './PropTypes';
