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