import type { TimeValue } from '@dynatrace-sdk/units/types/packages/util/units/src/util-format/time.js'; /** * Hook to log invalid min/max prop values: warns when a value could not be * parsed as a date expression, and errors when min is larger than max. * @internal */ export declare const useMinMaxLogger: (min?: TimeValue | null, max?: TimeValue | null, componentName?: string) => void; //# sourceMappingURL=useMinMaxLogger.d.ts.map