import type { PropsWithChildren } from 'react'; import type { TypescriptDocumentation } from '../propTypes/types.js'; export declare const validateTypescriptPropTypesImplementation: (props: PropsWithChildren>, schema: TypescriptDocumentation, validationsMemo?: Record, nextValidationsMemo?: Record) => void; export declare const useValidateTypescriptPropTypes: >(props: PropsWithChildren, propTypes: WeakValidationMap, componentDisplayName: string) => void;