import { PresetProperty } from 'storybook/internal/types';
import { StorybookConfig } from './index.js';
import '@storybook/react';
import '@storybook/builder-webpack5';
import '@storybook/preset-react-webpack';

declare const addons: PresetProperty<'addons'>;
declare const core: PresetProperty<'core'>;
declare const webpack: StorybookConfig['webpack'];

export { addons, core, webpack };
