import * as React from 'react'; declare const stopPropagation: (fn?: () => any) => (event: React.SyntheticEvent) => void; export default stopPropagation;