import { config } from "./types";
declare function zoom(element: HTMLElement): config;
export default zoom;
