import { TsChart, TsChartComponent, TsChartVisualizationOptions } from '@terminus/ui/chart'; export declare class SimpleHost { component: TsChartComponent; } export declare class VisualizationsHost { visualization: TsChartVisualizationOptions | undefined; component: TsChartComponent; } export declare class TypeChecking { chart: TsChart; component: TsChartComponent; chartCreated(chart: TsChart): void; } export declare type TsChartTestComponent = SimpleHost | VisualizationsHost | TypeChecking; /** * NOTE: Currently all exported Components must belong to a module. So this is our useless module to avoid the build error. */ export declare class TsChipCollectionTestComponentsModule { }