import type { WebVttRegion } from './WebVttRegion.js'; /** * Convert a WebVTT region to a VTTRegion. * * @param region - The WebVTT region to convert. * @returns The converted VTTRegion. * * @group WebVTT * * @beta * * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/VTTRegion | VTTRegion} */ export declare function toVttRegion(region: WebVttRegion): VTTRegion; //# sourceMappingURL=toVttRegion.d.ts.map