import React from 'react'; /** * A toolbar button that allows the user to insert a {@link https://jekyllrb.com/docs/front-matter/ | front-matter} editor (if one is not already present). * For this to work, you need to have the `frontmatterPlugin` plugin enabled. */ export declare const InsertFrontmatter: React.FC;