import { Types } from '../../libs'; import { SylSchema } from '../../schema'; import { TextShortcut } from './shortcut-plugin'; declare const inlineLeafShortcut: (regexp: RegExp, name: string, config: Types.ValueOf['textMatcher']>>) => TextShortcut; export { inlineLeafShortcut };