import type { SVGProps } from "react"; import * as React from "react"; declare const SvgTranslate: (props: SVGProps) => React.JSX.Element; export default SvgTranslate; //# sourceMappingURL=Translate.d.ts.map