import { Meta, StoryObj } from '@storybook/react'; import { default as BufferPolylineCollection } from './BufferPolylineCollection'; type Story = StoryObj; declare const _default: Meta; export default _default; export declare const Opaque: Story; /** * Translucent variant — demonstrates the new `blendOption` ctor prop (Cesium 1.142+). * `blendOption` alone is invisible without an alpha-aware material; the * `BufferPolylineMaterial` here sets `color.alpha < 1` to actually produce * a translucent polyline. */ export declare const Translucent: Story;