import { ActionModel } from '../index';
export interface ModeModel<TRef = any> 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