import { View, type ViewProps } from 'react-native'; import { type StackSpace } from './styles'; export interface VStackProps extends ViewProps { className?: string; space?: StackSpace; reversed?: boolean; } export declare const VStack: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=VStack.d.ts.map