import { ts } from '../typescript'; import { NgPropertyKind } from '../types'; export declare function getPropertyType(node: ts.PropertyDeclaration): string | null; export declare function getNgPropertyOptions(node: ts.PropertyDeclaration, checker?: ts.TypeChecker): (string | number)[] | null; export declare function getPropertyValue(node: ts.PropertyDeclaration, type: string | null): string | number | boolean | null; export declare function getPropertyKind(name: string): NgPropertyKind; //# sourceMappingURL=property.d.ts.map