import React, { ReactNode } from "react"; declare const DraggableVideo: ({ position, children }: { position?: "topRight" | "topLeft" | "bottomRight" | "bottomLeft"; children: ReactNode; }) => React.JSX.Element; export default DraggableVideo; //# sourceMappingURL=PanResponder.d.ts.map