import { MenuVariables } from './menuVariables'; import { MenuItemStylesProps } from '../../../../components/Menu/MenuItem'; import { ComponentSlotStylesPrepared, ICSSInJSStyle } from '@fluentui/styles'; export declare const verticalPillsBottomMargin: string; export declare const horizontalPillsRightMargin: string; export declare const verticalPointingBottomMargin: string; export declare const underlinedItem: (color: string) => ICSSInJSStyle; export declare const getFocusedStyles: ({ props, variables: v, colors, }: { props: Pick; variables: MenuVariables; colors: Record<"border" | "foregroundHover" | "backgroundHover" | "foregroundActive" | "backgroundActive" | "borderActive" | "foregroundFocus" | "backgroundFocus" | "foregroundDisabled", string>; }) => ICSSInJSStyle; export declare const pointingBeak: ({ props, variables: v, colors, }: { props: Pick; variables: MenuVariables; colors: Record<"border" | "foregroundHover" | "backgroundHover" | "foregroundActive" | "backgroundActive" | "borderActive" | "foregroundFocus" | "backgroundFocus" | "foregroundDisabled", string>; }) => ICSSInJSStyle; export declare const menuItemStyles: ComponentSlotStylesPrepared;