import { FunctionComponent } from 'react'; import './FieldDeprecatedPopover.scss'; interface FieldDeprecatedPopoverProps { deprecated?: any; } declare const FieldDeprecatedPopover: FunctionComponent; export default FieldDeprecatedPopover; //# sourceMappingURL=FieldDeprecatedPopover.d.ts.map