import type { CSSObject } from '@ant-design/cssinjs'; import type { CssUtil } from 'antd-style'; import type { MenuToken } from '.'; import type { GenerateStyle } from '../../theme/internal'; declare const getRTLStyle: GenerateStyle; export default getRTLStyle;