/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { Button } from './button.js'; /** * A text button component. */ export declare class TextButton extends Button { }