import { LineLayer } from '@deck.gl/layers'; export declare class FlowPathLayer extends LineLayer { getShaders(): { vs: string; fs: string; modules: string[]; }; initializeState(): void; animate(): void; updateState({ props, oldProps, changeFlags }: { props: any; oldProps: any; changeFlags: any; }): void; finalizeState(): void; setupTransformFeedback(): void; draw({ uniforms }: { uniforms: any; }): void; } //# sourceMappingURL=flow-path-layer.d.ts.map