import { NgDocPlaygroundProperties } from '@ng-doc/core';
/**
 *
 * @param declaration
 * @param properties
 */
export declare function getPlaygroundTemplateInputs(properties: NgDocPlaygroundProperties): Record<string, string>;
