import { HTMLAttributes } from 'react'; import { RecipeVariantProps } from '../../styled-system/css'; declare const dataBuilderRowRecipe: import("../../styled-system/types").SlotRecipeRuntimeFn<"row", { span: { short: { row: { width: "fit-content"; }; }; default: {}; }; }>; type RowVariants = RecipeVariantProps; export declare function Row({ children, className, span, ...rest }: HTMLAttributes & RowVariants): import("react/jsx-runtime").JSX.Element; export {};