/// <reference types="react" />
declare const Translate: (props: any, ref: any) => JSX.Element;
export default Translate;
