import { GenStyleFunc } from '../../design-token/interface';
import { ComputedRef } from 'vue';
export declare const genAgGridCustomHeaderCellStyle: GenStyleFunc;
declare const _default: (prefixCls: string) => ComputedRef<string>;
export default _default;