/// <reference types="react" />
import type { SmartRow } from './PropTypes';
declare const Row: import("react").FC<SmartRow>;
export { Row };
export { SmartRow, SmartRowExternalClassName, SmartRowProps } from './PropTypes';
