import type { App } from "vue"; export type { FullscreenImageProps } from './types'; export declare function fullscreenImagePlugin(app: App): void;