import { NinetailedPlugin } from '../NinetailedPlugin'; import { HasComponentViewTrackingThreshold } from '../types/interfaces/HasComponentViewTrackingThreshold'; export declare const hasComponentViewTrackingThreshold: (arg: NinetailedPlugin) => arg is NinetailedPlugin & HasComponentViewTrackingThreshold;