export declare type MenuPositionX = 'before' | 'after'; export declare type MenuPositionY = 'above' | 'below';