/** * @license * SPDX-License-Identifier: Apache-2.0 */ import { Url } from '../../builders/url_sanitizer'; /** * Sets the Action attribute from the given Url. */ export declare function setAction(form: HTMLFormElement, url: Url): void;