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