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