import type { MenuToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const getHorizontalStyle: GenerateStyle<MenuToken>;
export default getHorizontalStyle;
