import { LitElement } from 'lit'; import { AutomationBottonLabelStyle, AutomationButtonLabelPosition, AutomationButtonLabelSize, AutomationButtonSize } from '../automation-button/automation-button'; import { Direction } from '../../types'; import '../automation-button/automation-button'; import '../valve-analoge-two-way-icon/valve-analog-two-way-icon'; export declare class ObcValve extends LitElement { size: AutomationButtonSize; labelPosition: AutomationButtonLabelPosition; labelSize: AutomationButtonLabelSize; labelStyle: AutomationBottonLabelStyle; alert: boolean; progress: boolean; tag: string; direction: Direction; value: number; closed: boolean; showDirectionLabel: boolean; flat: boolean; get rotation(): number; render(): import('lit-html').TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'obc-valve': ObcValve; } } //# sourceMappingURL=valve.d.ts.map