/// <reference types="react" />
declare const PersonSimpleWalk: (props: any, ref: any) => JSX.Element;
export default PersonSimpleWalk;
