export function useAnnotationsEngine({ annotations, width, height, currentTime, }: {
    annotations?: any[] | undefined;
    width: any;
    height: any;
    currentTime: any;
}): any[];
