import type { LitElement } from 'lit'; export type DevvitBlocksElement = LitElement & { reset: () => void; }; export type DevvitBlocksElementLike = Element & Partial; //# sourceMappingURL=DevvitBlocksElement.d.ts.map