import { Extension } from '../..'; /** * Extension that shows selected tabs and spaces. To instead highlight all spaces and * tabs, use {@link tokenizeInvisibles}. * * Requires styling from `solid-prism-editor/invisibles.css`. */ declare const showInvisibles: () => Extension; export { showInvisibles };