import React from 'react'; import { GenericComponentType } from '../../types'; declare const AccessibleVStack: React.ComponentType, { space: { gutter: unknown; '2xs': unknown; xs: unknown; sm: unknown; md: unknown; lg: unknown; xl: unknown; '2xl': unknown; }; reversed: { true: unknown; }; }, import("react-native").ViewProps, "VStack">>; export type IVStackComponentType = GenericComponentType['flexDirection']; }>; export declare const VStack: IVStackComponentType, { space: { gutter: unknown; '2xs': unknown; xs: unknown; sm: unknown; md: unknown; lg: unknown; xl: unknown; '2xl': unknown; }; reversed: { true: unknown; }; }, import("react-native").ViewProps, "VStack">>>; export {};