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