import React from 'react'; export interface RowProps { children?: React.ReactNode; } export declare const Row: React.SFC; export default Row;