export default ConnectedHStack; /** * `HStack` (Horizontal Stack) arranges child elements in a horizontal line. * * `HStack` can render anything inside. * * @example * ```jsx * import { * __experimentalHStack as HStack, * __experimentalText as Text, * } from `@gechiui/components`; * * function Example() { * return ( * * Code * is * Poetry * * ); * } * ``` */ declare const ConnectedHStack: import("../ui/context").GeChiUIComponent<"div", import("./types").Props, true>; //# sourceMappingURL=component.d.ts.map