import { LitElement } from 'lit'; export declare class ObcAutomationInputModal extends LitElement { render(): import('lit-html').TemplateResult<1>; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { 'obc-automation-input-modal': ObcAutomationInputModal; } } //# sourceMappingURL=automation-input-modal.d.ts.map