import { IEditableAttribute } from "../../core/EditableAttributes.js"; import HtmlControl from "../../core/HtmlControl.js"; export default class ImageSlices extends HtmlControl { static observedAttributes: string[]; root: ShadowRoot; img: HTMLImageElement; get editableAttributes(): IEditableAttribute[]; prepare(): void; attributeChangedCallback(name: any, oldValue: any, newValue: any): void; updateImage(): Promise; getDelayFunc(delay: any): Function; } //# sourceMappingURL=ImageSlices.d.ts.map