declare function VideoOptionsTray({ videoOptions, onRequestClose, onSave, open, trayProps, requestSubtitlesFromIframe, onEntered, onExited, id, studioOptions, forBlockEditorUse, }: { videoOptions: any; onRequestClose: any; onSave: any; open: any; trayProps: any; requestSubtitlesFromIframe?: (() => void) | undefined; onEntered?: null | undefined; onExited?: null | undefined; id?: string | undefined; studioOptions?: null | undefined; forBlockEditorUse?: boolean | undefined; }): React.JSX.Element; declare namespace VideoOptionsTray { namespace propTypes { export let videoOptions: import("prop-types").Validator; appliedHeight: import("prop-types").Requireable; appliedWidth: import("prop-types").Requireable; naturalHeight: import("prop-types").Validator; naturalWidth: import("prop-types").Validator; tracks: import("prop-types").Requireable<(import("prop-types").InferProps<{ locale: import("prop-types").Validator; inherited: import("prop-types").Requireable; }> | null | undefined)[]>; }>>>; export { func as onEntered }; export { func as onExited }; export let onRequestClose: import("prop-types").Validator<(...args: any[]) => any>; export let onSave: import("prop-types").Validator<(...args: any[]) => any>; export let open: import("prop-types").Validator; export let trayProps: import("prop-types").Requireable; jwt: import("prop-types").Validator; }>>; export { string as id }; export { parsedStudioOptionsPropType as studioOptions }; export { func as requestSubtitlesFromIframe }; } } export default VideoOptionsTray; import React from 'react'; import { func } from 'prop-types'; import { string } from 'prop-types'; import { parsedStudioOptionsPropType } from '../../shared/StudioLtiSupportUtils';