import { ReactNode } from 'react'; export declare function handleFunctionalProp(prop: Function | string | ReactNode, arg: T): any;