import React from 'react'; interface PropsType { activeID?: string; className?: string; onClickDiff?: any; run?: any; checks?: any; isAsync?: boolean; } declare const _default: React.MemoExoticComponent<({ activeID, onClickDiff, run, checks, isAsync }: PropsType) => JSX.Element>; export default _default;