export function useMediaSurface({ type, containerRef }: {
    type: any;
    containerRef: any;
}): null;
