import { CanvasElementOptions } from '..'; export interface PingOptions extends CanvasElementOptions { color: number; size: number; }