import { Meta, StoryObj } from '@storybook/react'; import { default as ImageryLayer } from '../ImageryLayer'; type Story = StoryObj; declare const _default: Meta; export default _default; export declare const EsriWorldImagery: Story;