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