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