import { h } from '../../stencil-public-runtime'; import { CalloutAnnotationData } from '../../lib/annotations/annotation'; import { ViewerIconSize } from '../viewer-icon/viewer-icon'; export declare class ViewerAnnotationCallout { /** * The data that describes how to render the callout annotation. */ data: CalloutAnnotationData; /** * The icon size to display. */ iconSize: ViewerIconSize; render(): h.JSX.IntrinsicElements; }