import { ActionModel } from'../index';
exportinterfaceModeModel<TRef = any> extendsActionModel {
/**
* Arbitrary reference value, can be used to find and select modes (see {@link ModeSelector}).
* Default is null.
**/ref?: TRef;
}
//# sourceMappingURL=ModeModel.d.ts.map