import { SVGProps } from "react";
declare const TBWalk: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { TBWalk };
