/** * @license * Copyright Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { ResourceUrlPolicy } from '../resource_url_policy.js'; /** * A function that can be used to discard a property. * * @param name The name of the property. * @return Whether the property should be discarded. */ export declare type PropertyDiscarder = (name: string) => boolean; /** * Sanitizes a CSS string in a `