import { PathLayer } from '@deck.gl/layers'; type WebGpuDashPathProps = { dashJustified?: boolean; dashGapPickable?: boolean; }; /** * PathLayer variant that supplies the missing WGSL half of PathStyleExtension. * * @remarks * This is internal compatibility code for deck.gl 9.4 alpha.2. The upstream path geometry is * reused unchanged; only dash attributes, varyings, and fragment masking are added. * * @internal */ export declare class WebGpuDashPathLayer extends PathLayer { static layerName: string; initializeState(): void; getShaders(): any; draw(params: any): void; private getDashOffsets; } export {}; //# sourceMappingURL=webgpu-dash-path-layer.d.ts.map