export declare type Interaction = 'drag' | 'zoom';
export declare type Point = {
    x: number;
    y: number;
};
