import { CSSResultOrNative } from 'lit';
import { OutlinedButton } from './internal/outlined-button.js';
declare global {
    interface HTMLElementTagNameMap {
        'lui-outlined-button': LuiOutlinedButton;
    }
}
export declare class LuiOutlinedButton extends OutlinedButton {
    static styles: CSSResultOrNative[];
}
