/** * Selected global keys that exist on window that will by default be assumed to not pertain to the model of components. * If this behavior needs to be overridden, props can be prefixed with "this" or "window * @type {Set} */ export declare const PICKED_GLOBAL_KEYS: Set;