export declare const MousePositionSystem: { key: symbol; priority: number | import("@chantey/ecs").AnySystemDefinition; init: import("@chantey/ecs").InitSystem, { start: () => void; init: () => import("@chantey/ecs").EntityProxy; stop: () => void; }>; };