export declare class InfotipComponent {
    infotipText: string;
    infotipId: string;
    handlePropagation(e: any): void;
}
