/// <reference types="react" />
import type { SmartCell } from './PropTypes';
declare const Cell: import("react").FC<SmartCell>;
export { Cell };
export { SmartCellExternalClassName, SmartCell, SmartCellEvents, SmartCellProps, } from './PropTypes';
