import { IconProps } from '../lib';
declare function Translate(props: IconProps): JSX.Element;
export default Translate;
