import { TCursorImageBlockProps } from './types'; export declare const CursorImageBlock: ({ title, description, cursorLabel, link, image }: TCursorImageBlockProps) => import("react").JSX.Element;