import React from 'react';
import { RowProps } from './type';
declare const Row: React.ForwardRefExoticComponent<RowProps & React.RefAttributes<HTMLDivElement>>;
export { Row };
