import { default as Popper } from './popper.vue';
import { ComponentPublicInstance } from 'vue';
export { Popper };
export { popperProps } from './props';
export type PopperExposed = ComponentPublicInstance & InstanceType<typeof Popper>;
export type { PopperProps, PopperCProps } from './props';
