import { FunctionComponent } from 'react'; import { CheckerProps } from './types'; declare const Checker: FunctionComponent>; export default Checker;