export const matchSpan: any; export function matchSpanType(type: any): (node: any) => boolean; export const matchInfoBox: any; export const matchQuote: any; export const matchFigure: any; export function matchLast(node: any, index: any, parent: any): boolean; export const matchTeaser: any; export const matchTeaserGroup: any; export function matchTeaserType(teaserType: any): (node: any) => boolean; export function matchImagesParagraph(node: any): any; export function extractImage(node: any): any; export function extractImages(node: any, prop?: string): { [x: string]: any; }; export function getDisplayWidth(ancestors: any): any; export const globalInlines: ({ matchMdast: any; component: ({ children, attributes }: { children: any; attributes: any; }) => JSX.Element; editorModule: string; editorOptions: { type: string; }; } | { matchMdast: any; component: () => JSX.Element; isVoid: boolean; })[]; export namespace skipMdastImage { export { matchImagesParagraph as matchMdast }; export function component(): any; export const isVoid: boolean; } export namespace styles { const link: import("glamor").StyleAttribute; const anchor: import("glamor").StyleAttribute; } export function getDatePath({ publishDate, slug }: { publishDate: any; slug: any; }): string; export function mdastToString(node: any): any;