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