import { getIndentGuides } from 'prism-code-editor/guides'; /** Component adding indent guides to an editor. Does not support word wrap. */ declare const IndentGuides: () => import("react/jsx-runtime").JSX.Element; export { IndentGuides, getIndentGuides };