declare module "plotly.js-dist-min" { // eslint-disable-next-line @typescript-eslint/no-explicit-any const Plotly: any; export = Plotly; }