import type { CSSObject } from '@ant-design/cssinjs';
import type { DerivativeToken } from '../theme';
export declare function genCompactItemVerticalStyle(token: DerivativeToken, prefixCls: string): CSSObject;
