import { StyledProps } from '@kuma-ui/system'; declare const defaultHStackTag = "div"; type HStackSpecificProps = {}; declare const isHStackProps: (propName: unknown) => propName is HStackSpecificProps; declare const hstackDefaultProps: StyledProps; declare const hstackHandler: (props: HStackSpecificProps) => {}; export { HStackSpecificProps, defaultHStackTag, hstackDefaultProps, hstackHandler, isHStackProps };