import * as types from './types';
export declare const getDataTemplate: ({ template, tabs }: types.GetDataTemplate) => string;
