import { GpuShaderDefinition } from '../../gpu/porters'; export interface ComponentProps { /** * Upload a video or provide a URL * * @default "https://shaders.com/sample.mp4" */ url: string; objectFit: string; /** * Loop the video playback * * Accepts a boolean value (`true` or `false`). * @default true */ loop: boolean; } export declare const componentDefinition: GpuShaderDefinition; export default componentDefinition; //# sourceMappingURL=index.d.ts.map