import React from 'react'; import { CheckerProps } from './PropsType'; declare const Checker: React.FC>; export default Checker;