import type { CSSInterpolation } from '@ant-design/cssinjs'; import type { MergedToken } from '.'; export declare const genFeedbackStyle: (token: MergedToken) => CSSInterpolation;