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