import { ZoompaneProps } from '@/components/zoompane/zoompane.types';
export default function Zoompane({ zoomable, customZoomControls, children }: ZoompaneProps): import("react/jsx-runtime").JSX.Element;
