import type { CSSInterpolation } from '@ant-design/cssinjs';
import type { MenuToken } from '.';
declare const getThemeStyle: (token: MenuToken, themeSuffix: string) => CSSInterpolation;
export default getThemeStyle;
