import React from 'react'; import type { RowProps } from 'antd/es/grid/index'; declare const Row: React.ForwardRefExoticComponent>; export type { RowProps }; export default Row;