import React from 'react'; export interface PropsType { backgroundImage?: any; backgroundColor?: any; style?: 'object'; } declare const Col: React.FC; export { Col };