/// <reference types="react" />
import type { SmartGrid } from './PropTypes';
declare const Grid: import("react").FC<SmartGrid>;
export { Grid };
export { SmartGrid, SmartGridExternalClassName, SmartGridProps } from './PropTypes';
