import * as React from "react"; import { DivProps } from "./div.type"; declare const Row: React.FunctionComponent; export { Row };