import { LitElement } from 'lit'; export declare class Radio extends LitElement { checked: boolean; disabled: boolean; color: 'primary' | 'secondary' | 'error' | 'warning' | 'info' | 'success'; size: 'small' | 'medium'; value: string; static styles: import("lit").CSSResult; private handleChange; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=Radio.d.ts.map