import type { RefObject } from 'react';
export declare const useListCardItemAsInteractiveModule: (ref: RefObject<HTMLElement>, isEnabled?: boolean) => void;
