import { IMarkmapCreateOptions } from './types';
export declare function fillTemplate(data: any, opts?: IMarkmapCreateOptions): string;
