import * as React from 'react'; import type { StackProps } from './Stack'; interface HStackProps extends Omit { } export declare function HStack(props: React.PropsWithChildren): React.JSX.Element; export {};