import * as React from 'react';
declare function SvgBackIcon(props: React.SVGProps<SVGSVGElement>): JSX.Element;
declare const MemoSvgBackIcon: React.MemoExoticComponent<typeof SvgBackIcon>;
export default MemoSvgBackIcon;
