import type { StackProps } from './Stack'; type Props = Omit; export declare function VStack(props: Props): import("react").JSX.Element; export {};