import { Meta, StoryObj } from '@storybook/react'; import { default as Model } from './Model'; type Story = StoryObj; declare const _default: Meta; export default _default; export declare const Basic: Story; export declare const FromPromiseResource: Story; /** * Demonstrates the new `edgeDisplayMode` prop (Cesium 1.142+). * Visible effect requires source assets containing the * `EXT_mesh_primitive_edge_visibility` glTF extension. `Cesium_Air.glb` does * not, so this story documents the prop without producing a visual difference; * point it at an edge-equipped glTF locally to see CAD wireframe rendering. */ export declare const EdgeDisplay: Story;