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