import { InjectionKey } from 'vue'; import { FrontMatter } from '../../common-type'; export declare const frontMatterContextKey: InjectionKey; export declare function useFrontMatter(): FrontMatter;