/// <reference types="react" />
import { DotScreenEffect } from 'postprocessing';
export declare const DotScreen: import("react").ForwardRefExoticComponent<Omit<import("@react-three/fiber").ExtendedColors<import("@react-three/fiber").Overwrite<Partial<DotScreenEffect>, import("@react-three/fiber").NodeProps<DotScreenEffect, typeof DotScreenEffect>>> & {
    blendFunction?: import("postprocessing").BlendFunction | undefined;
    angle?: number | undefined;
    scale?: number | undefined;
} & {
    blendFunction?: import("postprocessing").BlendFunction | undefined;
    opacity?: number | undefined;
}, "ref"> & import("react").RefAttributes<typeof DotScreenEffect>>;
