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