import { ComponentType } from 'react'; type WithDataIdProps = { dataId?: string; }; export declare const withDataId:

(Component: ComponentType

, defaultValue: string) => import('react').ForwardRefExoticComponent & import('react').RefAttributes>; export {};