import { InsightsModule as InsightsModuleOriginal, InsightsComponent as InsightsComponentOriginal } from '@seniorsistemas/angular-components/insights'; import type { InsightsItem as InsightsItemOriginal, InsightsTemplateTypes as InsightsTemplateTypesOriginal } from '@seniorsistemas/angular-components/insights'; /** * @deprecated Use InsightsModule from '@seniorsistemas/angular-components/insights'. * O pacote ia-insight será removido na versão 20.0.0. */ export declare const InsightsModule: typeof InsightsModuleOriginal; /** * @deprecated Use InsightsComponent from '@seniorsistemas/angular-components/insights'. * O pacote ia-insight será removido na versão 20.0.0. */ export declare const InsightsComponent: typeof InsightsComponentOriginal; /** * @deprecated Use InsightsItem from '@seniorsistemas/angular-components/insights'. * O pacote ia-insight será removido na versão 20.0.0. */ export type InsightsItem = InsightsItemOriginal; /** * @deprecated Use InsightsTemplateTypes from '@seniorsistemas/angular-components/insights'. * O pacote ia-insight será removido na versão 20.0.0. */ export type InsightsTemplateTypes = InsightsTemplateTypesOriginal; /** * @deprecated Use InsightsModule from '@seniorsistemas/angular-components/insights'. * O pacote ia-insight será removido na versão 20.0.0. */ export declare const IAInsightModule: typeof InsightsModuleOriginal; /** * @deprecated Use InsightsComponent from '@seniorsistemas/angular-components/insights'. * O pacote ia-insight será removido na versão 20.0.0. */ export declare const IAInsightComponent: typeof InsightsComponentOriginal;