export declare class LaTooltipComponent { private _theme; private _placement; /** * Theme of the tooltip is dark , light and depends upon the user */ theme: string; /** * placement is top bottom left right depends upon the user */ placement: string; }