declare const ariaLabel: (markdown: any) => any; declare const pre: (markdown: string) => string; declare const post: (html: string) => string; export default ariaLabel; export { pre, post }; //# sourceMappingURL=ariaLabel.d.ts.map