import { ReactZoomPanPinchProps, ReactZoomPanPinchContentRef } from "../../src";
export declare const Example: (options: {
    props?: ReactZoomPanPinchProps | undefined;
    onRender: () => void;
    onRenderProps: (ref: ReactZoomPanPinchContentRef) => void;
}) => JSX.Element;
