import { RowProps } from "./types";
declare const Row: import("react").NamedExoticComponent<RowProps>;
export default Row;
