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