export declare const MenuStyle: (theme: any, { top, left, isVisible }: {
    top: any;
    left: any;
    isVisible: any;
}) => string;
