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