import type { SFCWithInstall } from '@interface-ui/utils'; import Popover from './src/index.vue'; export declare const InPopover: SFCWithInstall; export default InPopover; export * from './src/popover'; export type PopoverInstance = InstanceType;