import type { HighFragment } from '../HighFragment'; /** * calculates the environment color using an environment cube texture */ export declare const reflectionStandard: HighFragment; export declare const reflectionBoxPerspective: HighFragment; export declare const planeReflectionFragment: HighFragment; //# sourceMappingURL=reflectionFragments.d.ts.map