import { Type } from 'ts-morph';
import { NgDocInputDeclaration } from './is-input';
/**
 *
 * @param p
 */
export declare function getInputType(p: NgDocInputDeclaration): Type;
