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