/** * @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 setButtonFormaction(button: HTMLButtonElement, url: Url): void;