/**
 * @category Interfaces
 */
export interface IBubble {
    clicking?: boolean;
    durationEnd?: boolean;
}
