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

/**
 * @license
 * Copyright 2021 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { CSSResultOrNative } from 'lit';
import { OutlinedField } from './internal/outlined-field.js';
declare global {
    interface HTMLElementTagNameMap {
        'md-outlined-field': MdOutlinedField;
    }
}
/**
 * TODO(b/228525797): add docs
 * @final
 * @suppress {visibility}
 */
export declare class MdOutlinedField extends OutlinedField {
    static styles: CSSResultOrNative[];
}