import { LitElement } from 'lit'; export declare class Faaw7Radio extends LitElement { private _id; value: string; checked: boolean; disabled: boolean; name: string; label: string; static styles: import("lit").CSSResult[]; render(): import("lit").TemplateResult<1>; private _handleClick; } declare global { interface HTMLElementTagNameMap { 'faaw7-radio': Faaw7Radio; } }