import { Asset, UseWellnessAlertsReturnType } from '../../AppHeader/AppHeader.constants'; export type { Asset }; export type DqPopoverProps = { asset?: Asset; multiRigAssets?: Asset[]; dqData?: UseWellnessAlertsReturnType; /** * Forces initial load of alerts: otherwise the alerts will be loaded only if App ID is in the whitelist */ forceLoad?: boolean; }; export declare const DqPopover: ({ multiRigAssets, asset, forceLoad, dqData }: DqPopoverProps) => JSX.Element | null; //# sourceMappingURL=DqPopover.d.ts.map