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