/** Coerces a data-bound value (typically a string) to a boolean. */ export declare function coerceBooleanProperty(value: any): boolean;