import { IUseInteractive, UseInteractiveProps } from './types'; export declare const useInteractive: ({ onClick, }: UseInteractiveProps) => IUseInteractive;