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