import type { Root } from 'mdast'; export interface FrontmatterMdxOptions { iconLibrary?: string; } export declare function remarkFrontmatterMdx({ iconLibrary, }?: FrontmatterMdxOptions): ((tree: Root) => void) | undefined;