import { PresetProperty } from 'storybook/internal/types'; /** * Add additional scripts to run in the story preview. * * @see https://storybook.js.org/docs/api/main-config/main-config-preview-annotations */ declare const previewAnnotations: PresetProperty<'previewAnnotations'>; export { previewAnnotations };