import { UserAnnotationInformation as UserAnnotationInformation_internal } from "./UserAnnotationInformation";
import { ContentChildrenManager } from "igniteui-react-core";
export declare class IgrUserAnnotationInformation {
    protected createImplementation(): UserAnnotationInformation_internal;
    protected _implementation: any;
    protected mounted: boolean;
    get nativeElement(): HTMLElement;
    /**
     * @hidden
     */
    get i(): UserAnnotationInformation_internal;
    protected onImplementationCreated(): void;
    protected _contentChildrenManager: ContentChildrenManager;
    constructor();
    protected _provideImplementation(i: any): void;
    get annotationId(): string;
    set annotationId(v: string);
    get label(): string;
    set label(v: string);
    get badgeColor(): string;
    set badgeColor(v: string);
    get mainColor(): string;
    set mainColor(v: string);
    get annotationData(): string;
    set annotationData(v: string);
    get badgeImageUri(): string;
    set badgeImageUri(v: string);
    get dialogSuggestedXLocation(): number;
    set dialogSuggestedXLocation(v: number);
    get dialogSuggestedYLocation(): number;
    set dialogSuggestedYLocation(v: number);
    findByName(name: string): any;
}
