import type { IControl } from '../i-control'; export interface ICursor extends IControl { }