import type { CSSObject } from '@ant-design/cssinjs';
import type { DerivativeToken } from '../theme';
export declare function genCompactItemStyle(token: DerivativeToken, prefixCls: string, 
/** Some component borders are implemented on child elements like `Select` */
borderedElementCls?: string, 
/**
 * Some components have special `focus` className especially with popovers like `Select` and
 * `DatePicker`
 */
popoverFocusedCls?: string): CSSObject;
