import type { SFCWithInstall } from '../_util/interface';
import Popper from './popper';
type PopperType = SFCWithInstall<typeof Popper>;
export { popperProps } from './props';
export type { PopperProps } from './props';
export declare const FPopper: PopperType;
export default FPopper;