import { PropsWithChildren } from 'react'; import { BoxProps } from "../Box"; export type StackProps = PropsWithChildren; export declare const Stack: ({ direction, ...rest }: StackProps) => import("react/jsx-runtime").JSX.Element;