/** * The symbol that starts a ref on an element. For example, in: "
", #myDiv would be a valid ref * @type {string} */ export declare const REF_QUALIFIER = "$";