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