import { n as HighlightMenuItem, r as HighlightOptions, t as ClickEventDetails } from "../chunk-mKTEiqNQ.js";

//#region code/core/.dts-emit/code/core/src/highlight/constants.d.ts
declare const HIGHLIGHT = "storybook/highlight/add";
declare const REMOVE_HIGHLIGHT = "storybook/highlight/remove";
declare const RESET_HIGHLIGHT = "storybook/highlight/reset";
declare const SCROLL_INTO_VIEW = "storybook/highlight/scroll-into-view";
//#endregion
export { type ClickEventDetails, HIGHLIGHT, type HighlightMenuItem, type HighlightOptions, REMOVE_HIGHLIGHT, RESET_HIGHLIGHT, SCROLL_INTO_VIEW };