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