export declare const MyWithEvents: import("element-vir").DeclarativeElementDefinition<"my-with-events", {}, {}, {
    logoutClick: import("element-vir").DefineEvent<void>;
    randomNumber: import("element-vir").DefineEvent<number>;
}, "my-with-events-", "my-with-events-", readonly []>;
