import { StackProps } from "./stack";
/**
 * A view that arranges its children in a vertical line.
 *
 * @see Docs https://v2.chakra-ui.com/docs/components/stack
 */
export declare const VStack: import("../system").ComponentWithAs<"div", StackProps>;
