import { LitElement } from 'lit'; export declare class ObcAppButton extends LitElement { label: string; checked: boolean; size: string; render(): import('lit-html').TemplateResult<1>; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { 'obc-app-button': ObcAppButton; } } //# sourceMappingURL=app-button.d.ts.map