import type { NeoCursorPointerProps } from './neo-cursor-pointer.model.js';
declare const NeoCursorPointer: import("svelte").Component<NeoCursorPointerProps, {}, "">;
type NeoCursorPointer = ReturnType<typeof NeoCursorPointer>;
export default NeoCursorPointer;
