export declare class UmbSelectionChangeEvent extends Event { static readonly TYPE = "selection-change"; constructor(args?: EventInit); }