import { React } from "@lattice-ui/core"; import type { RowProps } from "./types"; export declare function Row(props: RowProps): React.JSX.Element;