import { CSSResult, LitElement, PropertyValueMap } from 'lit';
import type { FrameKind } from '../../poe.types.js';
export declare class PoeItemInfoSeparatorElement extends LitElement {
    kind: FrameKind;
    protected willUpdate(map: PropertyValueMap<this>): void;
    static styles: CSSResult;
}
declare global {
    interface HTMLElementTagNameMap {
        'poe-item-info-separator': PoeItemInfoSeparatorElement;
    }
}
//# sourceMappingURL=poe-item-info-separator.d.ts.map