import { VideoTexture } from 'three'; export type TexturePT = { start?: boolean; repeat?: [number, number]; offset?: [number, number]; }; export declare function useVuerVideoTexture(video: any, { start, repeat, offset }?: TexturePT): VideoTexture;