export interface ComponentProps { /** * Overall amount of tape damage — waves, creases, and head-switching noise. Bursts on and off organically over time. * * @default 1 */ wobble: number; /** * Per-scanline fine chroma/luma jitter. Adds the classic horizontal-streak detail. * * @default 0.6 */ scanlineNoise: number; /** * Horizontal chroma smear (color bleed) amount. Positive trails colour to the right (classic VHS), negative trails it to the left. * * @default 0.2 */ smear: number; /** * Animation speed of the tape effects. * * Accepts a number between 0.1 and 3. * @default 1 */ speed: number; } export declare const componentDefinition: import('../..').GpuShaderDefinition; export default componentDefinition; //# sourceMappingURL=index.d.ts.map