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