import React from 'react';
export declare const TranslateMenu: ({ onClick }: {
    onClick: any;
}) => React.JSX.Element;
