import { TsTooltipComponent, TsTooltipPositionTypes } from '@terminus/ui/tooltip'; export declare class Basic { tooltipComponent: TsTooltipComponent; } export declare class TestHostComponent { hasUnderline: boolean; tooltipPosition: TsTooltipPositionTypes; tooltipComponent: TsTooltipComponent; } export declare class TooltipValue { tooltipValue: string; tooltipComponent: TsTooltipComponent; } /** * NOTE: Currently all exported Components must belong to a module. So this is our useless module to avoid the build error. */ export declare class TsTooltipTestComponentsModule { }