declare const CLASS_PREFIX = "md-menu-trigger";
import type { PlacementType } from '../ModalArrow/ModalArrow.types';
declare const MENU_TRIGGER_PLACEMENTS: Record<string, PlacementType>;
declare const DEFAULTS: {
    VARIANT: string;
    PLACEMENT: string;
    SHOW_ARROW: boolean;
    COLOR: import("../ModalContainer").ModalContainerColor;
};
declare const STYLE: {
    wrapper: string;
    overlay: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE, MENU_TRIGGER_PLACEMENTS };
