import React from "react"; declare const Leg: { (): React.JSX.Element; displayName: string; }; export default Leg;