import * as React from "react"; import { IconProps } from '../lib'; declare const Tire: (props: IconProps) => React.JSX.Element; export default Tire; //# sourceMappingURL=Tire.d.ts.map