import { BaseEntity } from './base-entity'; export declare class LastMenuIconIndexClicked extends BaseEntity { index?: number; constructor({ index, }?: { index?: number; }); static readonly typeName: "LastMenuIconIndexClicked"; }