import type { TextZoomPlugin } from "./definitions";
declare const TextZoom: TextZoomPlugin;
export * from "./definitions";
export { TextZoom };
