import { StyledProps } from '@kuma-ui/system'; declare const defaultVStackTag = "div"; type VStackSpecificProps = {}; declare const isVStackProps: (propName: unknown) => propName is VStackSpecificProps; declare const vstackDefaultProps: StyledProps; declare const vstackHandler: (props: VStackSpecificProps) => {}; export { VStackSpecificProps, defaultVStackTag, isVStackProps, vstackDefaultProps, vstackHandler };