import type { WebGLProgramParametersWithUniforms } from 'three';
export declare function compilePanelDepthMaterial(parameters: WebGLProgramParametersWithUniforms, instanced: boolean): void;
export declare function compilePanelMaterial(parameters: WebGLProgramParametersWithUniforms, instanced: boolean): void;
