///
///
declare function selectVideo(format: any, useMSE: any): {
pluginName: string;
VideoComponent: typeof import("packages/griffith-hls/dist/VideoComponent").default;
willHandleSrcChange: boolean;
} | {
pluginName: string;
VideoComponent: typeof import("packages/griffith-mp4/dist/VideoComponent").default;
willHandleSrcChange: boolean;
} | {
pluginName: string;
VideoComponent: import("react").FC & {
paused: boolean;
currentQuality: string;
useAutoQuality: boolean;
sources: import("packages/griffith/src").PlaySource[];
onRef: (el: HTMLVideoElement | null) => void;
}>;
willHandleSrcChange: boolean;
};
declare const _default: typeof selectVideo & import("lodash").MemoizedFunction;
export default _default;