/**
 * A representation of a property read.
 * @example
 * ```html
 * <input [disabled]="disabled">
 * ```
 */
export declare const PROPERTY_READ: unique symbol;
//# sourceMappingURL=constants.d.ts.map