import React from 'react'; interface InteractionProps { hover: boolean; focus: boolean; active: boolean; hocus: boolean; } declare const withInteraction:

>(Component: React.ComponentType

) => React.ComponentType>>; export default withInteraction;