import React from 'react'; import type { OldVStackProps } from './converter.old'; export type { HorizontalAlignment } from './converter.old'; export type VStackProps = OldVStackProps; export declare const VStack: import("@emotion/styled").StyledComponent, HTMLDivElement>, "ref"> & { as?: React.ElementType | undefined; } & React.RefAttributes & { theme?: import("@emotion/react").Theme | undefined; }, {}, {}>;