/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ export interface ButtonState { disabled: boolean; label: string; trailingIcon: boolean; }