interface LinkedViewMeta { componentType?: string; } interface TakenWarningTimelineOptions { excludedWarningListPanelId?: string; } export declare const getTakenWarningTimelineIds: (linksByPanelId: Record, viewsById: Record, options?: TakenWarningTimelineOptions) => Set; export declare const isWarningsTimelineLinkSourceAllowed: (sourceComponentType?: string) => boolean; export {};