import { Meta, StoryObj } from '@storybook/react'; import { default as BufferPointCollection } from './BufferPointCollection'; 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 * `BufferPointMaterial` here sets `color.alpha < 1` and `outlineColor.alpha < 1` * to actually produce translucent points. */ export declare const Translucent: Story;