import { IMenuToken, IThemeWithoutComponents } from '../../interfaces'; export default function createMenuToken({ spacing, size, colors, typography, opacity, }: IThemeWithoutComponents): IMenuToken;