import React from 'react'; import { GenericComponentType } from '../../types'; declare const AccessibleHStack: 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, "HStack">>; export type IHStackComponentType = GenericComponentType['flexDirection']; }>; export declare const HStack: IHStackComponentType, { space: { gutter: unknown; '2xs': unknown; xs: unknown; sm: unknown; md: unknown; lg: unknown; xl: unknown; '2xl': unknown; }; reversed: { true: unknown; }; }, import("react-native").ViewProps, "HStack">>>; export {};