import { NgDocPlaygroundProperty } from '@ng-doc/core/interfaces';
/**
 *
 * @param obj
 */
export declare function isPlaygroundProperty(obj: Record<string, any>): obj is NgDocPlaygroundProperty;
