import { default as React } from 'react'; type TesterProps = { containerWidth: number; containerHeight: number; id?: string; }; export declare const AnnotationLensPointerPositionTester: ({ id, containerHeight, containerWidth, }: TesterProps) => React.JSX.Element; export declare const AnnotationLensStateTester: ({ containerHeight, containerWidth, id, }: TesterProps) => React.JSX.Element; export {};