declare module 'point-in-svg-path' { export const pointInSvgPath: (d: string, x: number, y: number) => boolean; }