import type { UmbEntityModel } from '../../../entity/index.js'; export declare class UmbExpansionEntryExpandedEvent extends Event { static readonly TYPE = "expansion-entry-expanded"; entry: EntryModelType; constructor(entry: EntryModelType); }