import { EventEmitter, JSX } from '../../stencil-public-runtime'; export declare class ReadrAnnotation { text: string; shouldOpenAnnotation: boolean; toggle: EventEmitter; handleClick: () => void; render(): JSX.Element; }