export interface IComponent { init(): void; destroy(): void; updateOptions(options: Record): void; } //# sourceMappingURL=IComponent.d.ts.map