import { NgDocInputDeclaration } from './is-input';
/**
 * Returns the name of the component input.
 * @param property - The property declaration
 */
export declare function getInputName(property: NgDocInputDeclaration): string;
