import React from "react";
interface AttacksProps {
    className?: string;
}
export declare const Attacks: React.FC<AttacksProps>;
export {};
//# sourceMappingURL=Attacks.d.ts.map