import type { FC } from 'react'; import { type StackProps } from './Stack'; export type HStackProps = Omit; export declare const HStack: FC;