import { ButtonSystemType, MenuModel } from '../../index'; export interface FormLifecycleMenuModel extends MenuModel { systemType?: ButtonSystemType; } //# sourceMappingURL=FormLifecycleMenuModel.d.ts.map