import ImgPlayer from './img-player'; export type { ImgPlayerMode, DigitalPersonPosition } from './interface'; export type ImgPlayerInstance = InstanceType; declare const _default: import("../_utils").InstallableComponent; export default _default;