import { PixelationEffect } from 'postprocessing';
export interface PixelationPmndrsProps {
    /**
     * The pixel granularity.
     */
    granularity?: number;
}
declare const _default: import('vue').DefineComponent<PixelationPmndrsProps, {
    pass: import('vue').ShallowRef<import('postprocessing').EffectPass | null>;
    effect: import('vue').ShallowRef<PixelationEffect | null>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PixelationPmndrsProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;
