chromium/third_party/material_web_components/components-chromium/node_modules/@material/web/field/internal/outlined-field.d.ts

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