import type { CSSObject } from '@ant-design/cssinjs';
import type { MenuToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const getHorizontalStyle: GenerateStyle<MenuToken, CSSObject>;
export default getHorizontalStyle;
