import { ComponentType } from 'react'; export declare const withDebounce:

(Component: ComponentType

) => (props: P) => import("react/jsx-runtime").JSX.Element;