import type { CSSProperties } from 'vue';
export declare function parseColor(prefixCls: string, color?: string): {
    className: string;
    overlayStyle: CSSProperties;
    arrowStyle: CSSProperties;
};
