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