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