export interface IBubble {
    clicking?: boolean;
    durationEnd?: boolean;
}
