interface Props { videoElement?: HTMLVideoElement; isPip?: boolean; isPipEnabled?: boolean; } declare const PipManager: import("svelte").Component; type PipManager = ReturnType; export default PipManager;