import { NgDocPlaygroundOptions } from '@ng-doc/core';
import { NgDocAction } from '../../../types';
/**
 *    Renders playground point on the page, it will be rendered by the application
 * @param pId - Playground id in the config
 * @param options - Options for configuring the action
 */
export declare function playgroundAction(pId: string, options?: NgDocPlaygroundOptions): NgDocAction<string>;
