import type { CSSInterpolation } from '../_util/cssinjs'; import type { FullToken } from '../theme/internal'; import type { OverrideComponent } from '../theme/util/genComponentStyleHook'; export declare function genCompactItemVerticalStyle(token: FullToken): CSSInterpolation;