import { BlendFunction, BrightnessContrastEffect } from 'postprocessing';
export interface BrightnessContrastPmndrsProps {
    /**
     * The blend function.
     */
    blendFunction?: BlendFunction;
    /**
     * The brightness of the effect.
     */
    brightness?: number;
    /**
     * The contrast of the effect.
     */
    contrast?: number;
}
declare const _default: import('vue').DefineComponent<BrightnessContrastPmndrsProps, {
    pass: import('vue').ShallowRef<import('postprocessing').EffectPass | null>;
    effect: import('vue').ShallowRef<BrightnessContrastEffect | null>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BrightnessContrastPmndrsProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;
