import type { VTTRegion } from '../vtt-region'; import { type Box } from './box'; export declare function positionRegion(container: Box, region: VTTRegion, regionEl: HTMLElement, boxes: Box[]): Box;