import { Directive } from 'vue'; /** * @deprecated - don't use this Directive anymore. Use mt-floating-ui instead */ declare const PopoverDirective: Directive; export default PopoverDirective;