import { UniPlayerConfig } from '../UniPlayer'; export declare const isValidContainer: (container: UniPlayerConfig['container']) => boolean; export declare const elIsFullScreen: () => false | Element;