import { LitElement } from 'lit'; import { LineMedium, LineType } from '../index'; export declare class ObcVerticalLine extends LitElement { medium: LineMedium; lineType: LineType; length: number; render(): import('lit-html').TemplateResult<1>; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { 'obc-vertical-line': ObcVerticalLine; } } //# sourceMappingURL=vertical-line.d.ts.map