declare const _default: { stories: string; defaultStory: string; storyOrder: (stories: string[]) => string[]; viteConfig: undefined; appendToHead: string; disableHttp2: false; noWatch: false; port: number; previewPort: number; hmrHost: undefined; hmrPort: undefined; outDir: string; base: undefined; expandStoryTree: false; hotkeys: { search: string[]; nextStory: string[]; previousStory: string[]; nextComponent: string[]; previousComponent: string[]; control: string[]; darkMode: string[]; fullscreen: string[]; width: string[]; rtl: string[]; source: string[]; a11y: string[]; }; onDevServerStart: () => void; i18n: { buildTooltip: string; }; addons: { control: { enabled: true; defaultState: import("../shared/types").ControlState; }; theme: { enabled: true; defaultState: import("../shared/types").ThemeState; }; mode: { enabled: true; defaultState: import("../shared/types").ModeState; }; rtl: { enabled: true; defaultState: false; }; source: { enabled: true; defaultState: false; themeDark: { plain: { backgroundColor: string; color?: string; cursor?: string; background?: string; backgroundImage?: string; textShadow?: string; fontStyle?: "normal" | "italic"; fontWeight?: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900"; textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through"; opacity?: number; }; styles: Array<{ types: string[]; style: import("prism-react-renderer").PrismThemeEntry; languages?: import("prism-react-renderer").Language[]; }>; }; themeLight: { plain: { backgroundColor: string; color?: string; cursor?: string; background?: string; backgroundImage?: string; textShadow?: string; fontStyle?: "normal" | "italic"; fontWeight?: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900"; textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through"; opacity?: number; }; styles: Array<{ types: string[]; style: import("prism-react-renderer").PrismThemeEntry; languages?: import("prism-react-renderer").Language[]; }>; }; }; a11y: { enabled: false; }; msw: { enabled: false; }; action: { enabled: true; defaultState: never[]; }; ladle: { enabled: true; }; width: { enabled: true; options: { xsmall: number; small: number; medium: number; large: number; }; defaultState: number; }; }; }; export default _default;