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