export function imageCompiler({ renderer, contentBase, router }: {
    renderer: any;
    contentBase: any;
    router: any;
}): ({ href, title, text }: {
    href: any;
    title: any;
    text: any;
}) => string;
//# sourceMappingURL=image.d.ts.map