import React from 'react'; import { VStackProps } from './types'; export declare function VStack({ style, alignment, spacing, children, ...modifiers }: VStackProps): React.JSX.Element; export declare namespace VStack { var displayName: string; }