type TesterProps = {
    containerWidth: number;
    containerHeight: number;
    id?: string;
};
export declare const AnnotationLensPointerPositionTester: ({ id, containerHeight, containerWidth, }: TesterProps) => JSX.Element;
export declare const AnnotationLensStateTester: ({ containerHeight, containerWidth, id, }: TesterProps) => JSX.Element;
export {};
