declare function propChecker
(props: P, propTypes: T, defaultProps: D, name: string): any; export default propChecker;