import { ComponentType } from 'react'; import { UseDataFormatProps } from '../hooks'; export type WithDataFormatProps = UseDataFormatProps; export declare const withDataFormat: (WrappedComponent: ComponentType) => ComponentType>;