import type { CSSInterpolation } from '@antdv/ui/es/theme'; import type { MenuToken } from '.'; declare function getThemeStyle(token: MenuToken, themeSuffix: string): CSSInterpolation; export default getThemeStyle;