import { SVGProps } from 'react'; declare const SvgBack: (props: SVGProps) => JSX.Element; export default SvgBack;