import type { ClientModule } from '@docusaurus/types';
/**
 * Client module implementation.  Wait a bit before trying this, some components like mermaid take a second to process / render
 */
declare const ZoomModule: ClientModule;
export default ZoomModule;
