/// <reference types="@types/offscreencanvas" />
/**
 * @public
 *
 * The element to be used as source for the handtracking. Usually this is a `<video>` element.
 */
export declare type ITrackSource = HTMLCanvasElement | HTMLVideoElement | HTMLImageElement | OffscreenCanvas;
