import type { FC } from 'react'; import { RowProps } from './types'; export declare const Row: FC;