/// <reference types="react" />
import type { SmartCol } from './PropTypes';
declare const Col: import("react").FC<SmartCol>;
export { Col };
export { SmartCol, SmartColProps, SmartColExternalClassName } from './PropTypes';
