/** Coerces a data-bound value (typically a string) to a boolean. */ export declare function coerceBooleanProperty(value: any): boolean; export declare function coerceNumericProperty(value: any): number | undefined; //# sourceMappingURL=ng.d.ts.map