import * as React from 'react'; import type { StackProps } from './Stack'; interface VStackProps extends Omit { } export declare function VStack(props: React.PropsWithChildren): React.JSX.Element; export {};