import type { Meta, StoryObj } from '@storybook/react';
import ContentExplorer from '../ContentExplorer';
type Story = StoryObj<typeof ContentExplorer>;
export declare const metadataView: Story;
declare const meta: Meta<typeof ContentExplorer>;
export default meta;