interface AnnotationIconProps { open?: boolean; } export declare const AnnotationIcon: ({ open }: AnnotationIconProps) => JSX.Element; export {};