import * as React from 'react'; export type RowProps = React.HTMLAttributes; export declare const Row: React.ForwardRefExoticComponent>;