import type { StackProps } from './Stack'; type Props = Omit; export declare function HStack(props: Props): import("react").JSX.Element; export {};