declare const shaders: {
    backdropAndDepth: {
        backdropVertex: string;
        backdropFragment: string;
    };
};
export default shaders;
