export declare class TooltipOptions { placement: string; popupClass: string; animation: boolean; isOpen: boolean; constructor(options: Object); }