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