chromium/third_party/material_web_components/components-chromium/node_modules/@material/web/button/internal/filled-tonal-button.d.ts

/**
 * @license
 * Copyright 2021 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import '../../elevation/elevation.js';
import { Button } from './button.js';
/**
 * A filled tonal button component.
 */
export declare class FilledTonalButton extends Button {
    protected renderElevationOrOutline(): import("lit-html").TemplateResult<1>;
}