import { TextureEffect } from 'postprocessing'; import { ForwardRefExoticComponent } from 'react'; declare type TextureProps = ConstructorParameters[0] & { textureSrc: string; }; export declare const Texture: ForwardRefExoticComponent; export {};