import { VStackProps } from './types'; export declare const VStack: (props: VStackProps) => any;