/* eslint-disable */ import type { FunctionComponent } from 'react' import type { HstackProperties } from '../patterns/hstack.d.mts'; import type { HTMLStyledProps } from '../types/jsx.d.mts'; import type { DistributiveOmit } from '../types/system-types.d.mts'; export interface HstackProps extends HstackProperties, DistributiveOmit, keyof HstackProperties > {} export declare const HStack: FunctionComponent