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