import React from 'react'; /** * Simple component which conditionally appears over command list items to cancel * existing :hover states for all child elements. * * It should only appear if hover capabilities are available (not on touch devices) */ export declare const PointerOverlay: React.ForwardRefExoticComponent>; //# sourceMappingURL=PointerOverlay.d.ts.map