import { Context } from 'react';
export declare const ZoomContext: Context<{
    scale: number;
}>;
