import { LitElement } from 'lit'; /** * Alwatr Base Element * * Include: LoggerMixin */ export declare const AlwatrBaseElement: import("@alwatr/type").Constructor & typeof LitElement; //# sourceMappingURL=base-element.d.ts.map