import type { StoryObj } from '@storybook/react'; import ContentSidebarComponent from '../../ContentSidebar'; declare const _default: { title: string; component: any; args: { detailsSidebarProps: { hasProperties: boolean; hasNotices: boolean; hasAccessStats: boolean; hasClassification: boolean; hasRetentionPolicy: boolean; }; features: Record; fileId: string; hasActivityFeed: boolean; hasMetadata: boolean; hasSkills: boolean; hasVersions: boolean; token: string; }; }; export default _default; export declare const ContentSidebar: StoryObj; export declare const withModernization: StoryObj; export declare const ContentSidebarDetailsTab: StoryObj; export declare const WithMultipleCustomPanels: StoryObj; export declare const NativeBoxAIDisabled: StoryObj; export declare const WithCustomBoxAIPanel: StoryObj;