import { Mesh, PlaneGeometry } from 'three';
export declare function createBlurPlane(): {
    plane: Mesh<PlaneGeometry, import("./BlurMaterial").BlurMaterial, import("three").Object3DEventMap>;
    mat: import("./BlurMaterial").BlurMaterial;
};
