import React from "react";
import IProps from "./IProps";
declare const Row: React.FC<IProps>;
export default Row;
