importtype { ClientModule } from'@docusaurus/types';
import'./styles/panzoom.css';
/**
* Client module implementation. Wait a bit before trying this, some components like mermaid take a second to process / render
*/declareconstZoomModule: ClientModule;
exportdefaultZoomModule;