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