interface PinwheelProps { size?: number | string; color?: string; speed?: number | string; stroke?: number | string; } declare const Pinwheel: React.FC; export default Pinwheel; //# sourceMappingURL=Pinwheel.d.ts.map