import { PopoverProps } from '@patternfly/react-core'; import React from 'react'; import { FeatureAnnouncementKeys } from '../../hooks/useFeatureAnnouncement'; interface IProps extends PopoverProps { featureName: FeatureAnnouncementKeys; sectionRef: React.MutableRefObject; popoverVisbilityDelay?: number; } export declare function NewFeaturePopoverAnnouncement(props: IProps): React.JSX.Element; export {}; //# sourceMappingURL=NewFeaturePopoverAnnouncement.d.ts.map