/// export declare const BrightnessContrast: import("react").ForwardRefExoticComponent<{ blendFunction?: import("postprocessing").BlendFunction; brightness?: number; contrast?: number; } & Partial<{ blendFunction: import("postprocessing").BlendFunction; opacity: number; }>>;