import Popover from './src/popover.vue'; import PopoverDirective from './src/directive'; import type { SFCWithInstall } from '@inte-cloud/lit-element/es/utils'; export declare const LtPopoverDirective: SFCWithInstall; export declare const LtPopover: SFCWithInstall & { directive: typeof LtPopoverDirective; }; export default LtPopover; export * from './src/popover';