import { PopoverProps } from '@patternfly/react-core'; import { FunctionComponent } from 'react'; interface FieldDetailsPopoverProps { default?: any; description?: PopoverProps['bodyContent']; deprecated?: boolean; } declare const FieldDetailsPopover: FunctionComponent; export default FieldDetailsPopover; //# sourceMappingURL=FieldDetailsPopover.d.ts.map